From: bernie Date: Wed, 22 Feb 2006 01:15:38 +0000 (+0000) Subject: Don't be too anal for missing docs. X-Git-Tag: 1.0.0~703 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=df31700cf7f48edd4a4d55f1d10bb9da91cfd233;p=bertos.git Don't be too anal for missing docs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@538 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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