Browse Source

Turn off the useless default chatter that doxygen prints to the console.

Originally committed as revision 24215 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun 14 years ago
parent
commit
655a29e712
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Doxyfile

+ 1 - 1
Doxyfile

@@ -481,7 +481,7 @@ FILE_VERSION_FILTER    =
 # 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