OSDN Git Service

Changed the QUIET tag to YES.
authortsutsumi <>
Sun, 22 Aug 2010 03:29:15 +0000 (03:29 +0000)
committertsutsumi <>
Sun, 22 Aug 2010 03:29:15 +0000 (03:29 +0000)
doc/Doxyfile.in

index bd0c757..a3a4f51 100644 (file)
@@ -530,7 +530,7 @@ LAYOUT_FILE            =
 # 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
@@ -557,7 +557,7 @@ WARN_IF_DOC_ERROR      = YES
 # wrong or incomplete parameter documentation, but not about the absence of
 # documentation.
 
-WARN_NO_PARAMDOC       = NO
+WARN_NO_PARAMDOC       = YES
 
 # The WARN_FORMAT tag determines the format of the warning messages that
 # doxygen can produce. The string should contain the $file, $line, and $text