diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-02-06 23:32:53 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-02-10 18:07:50 +0100 |
commit | bfa1ebf5d062dfcdb2019725df9069148ceaef0b (patch) | |
tree | a1c539afad93ad2a0915fe0f7dd4162b220e9920 /doc/Doxyfile.in | |
parent | a5c657563746d2576b662f1711723312fcb1c186 (diff) |
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
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r-- | doc/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |