From: David Kalnischkies Date: Thu, 6 Feb 2014 22:32:53 +0000 (+0100) Subject: disable doxygen undocumented method warning X-Git-Tag: 0.9.15.2~10 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/bfa1ebf5d062dfcdb2019725df9069148ceaef0b disable doxygen undocumented method warning Very few methods we have are documented, so this is A LOT of noise hidden the "interesting" warnings about methods which are documented, but incorrectly and such stuff. Git-Dch: Ignore --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 9ebbd9673..306bab1dc 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -613,7 +613,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