.Doxyfile: don't warn if undocumented (maybe someday...)
authorJeff Donahue <jeff.donahue@gmail.com>
Fri, 29 Aug 2014 10:31:08 +0000 (03:31 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 3 Sep 2014 17:59:23 +0000 (10:59 -0700)
.Doxyfile

index 432d4ed..e0b64bd 100644 (file)
--- a/.Doxyfile
+++ b/.Doxyfile
@@ -595,7 +595,7 @@ CITE_BIB_FILES         =
 # The QUIET tag can be used to turn on/off the messages that are generated
 # by doxygen. Possible values are YES and NO. If left blank NO is used.
 
-QUIET                  = NO
+QUIET                  = YES
 
 # The WARNINGS tag can be used to turn on/off the warning messages that are
 # generated by doxygen. Possible values are YES and NO. If left blank
@@ -607,7 +607,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