From d6668b7e8546882b26bd3542d27355c37fed3d0a Mon Sep 17 00:00:00 2001 From: Mike Hoffert Date: Mon, 21 Jul 2014 21:01:15 -0600 Subject: [PATCH] No more warnings for undocumented code --- source/glest_game/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/glest_game/Doxyfile b/source/glest_game/Doxyfile index 2da3a101..12d9c102 100644 --- a/source/glest_game/Doxyfile +++ b/source/glest_game/Doxyfile @@ -694,7 +694,7 @@ CITE_BIB_FILES = # messages are off. # The default value is: NO. -QUIET = NO +QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are # generated to standard error ( stderr) by doxygen. If WARNINGS is set to YES @@ -710,7 +710,7 @@ WARNINGS = YES # will automatically be disabled. # The default value is: YES. -WARN_IF_UNDOCUMENTED = YES +WARN_IF_UNDOCUMENTED = NO # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some parameters