]> git.saurik.com Git - apt.git/commitdiff
disable doxygen undocumented method warning
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 6 Feb 2014 22:32:53 +0000 (23:32 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 10 Feb 2014 17:07:50 +0000 (18:07 +0100)
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

doc/Doxyfile.in

index 9ebbd967318061e4e1007c460a9104965ad7dc9c..306bab1dc0e0fe74c64d87b0a6e78164ec8e26da 100644 (file)
@@ -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