From df31700cf7f48edd4a4d55f1d10bb9da91cfd233 Mon Sep 17 00:00:00 2001 From: bernie Date: Wed, 22 Feb 2006 01:15:38 +0000 Subject: [PATCH] Don't be too anal for missing docs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@538 38d2e660-2303-0410-9eaa-f027e97ec537 --- Doxyfile | 2 +- Doxyfile_c | 2 +- Doxyfile_cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index cc005815..ddd2afb1 100755 --- a/Doxyfile +++ b/Doxyfile @@ -418,7 +418,7 @@ WARNINGS = YES # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. -WARN_IF_UNDOCUMENTED = YES +WARN_IF_UNDOCUMENTED = NO # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some diff --git a/Doxyfile_c b/Doxyfile_c index c4b80a4e..c47bc961 100755 --- a/Doxyfile_c +++ b/Doxyfile_c @@ -418,7 +418,7 @@ WARNINGS = YES # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. -WARN_IF_UNDOCUMENTED = YES +WARN_IF_UNDOCUMENTED = NO # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some diff --git a/Doxyfile_cxx b/Doxyfile_cxx index 1c84b755..f667cd91 100755 --- a/Doxyfile_cxx +++ b/Doxyfile_cxx @@ -418,7 +418,7 @@ WARNINGS = YES # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. -WARN_IF_UNDOCUMENTED = YES +WARN_IF_UNDOCUMENTED = NO # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some -- 2.25.1