From: tsntsumi Date: Sun, 22 Aug 2010 03:29:15 +0000 (+0000) Subject: Changed the QUIET tag to YES. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8ce278af00a5d554443561b6f5834254ef3f6eb7;p=ccunit%2Fccunit.git Changed the QUIET tag to YES. --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index bd0c757..a3a4f51 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -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