summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2010-07-29 08:51:39 +0000
committerweidai <weidai11@users.noreply.github.com>2010-07-29 08:51:39 +0000
commita3f2091bcdf5a5843b2c5a1706b5739609b8d015 (patch)
tree19eef65695ec9d0bb9a2152afe6bac0598dc4238 /Doxyfile
parent0403d122e11eb14a9ba9ee72858990c73bfce812 (diff)
downloadcryptopp-git-a3f2091bcdf5a5843b2c5a1706b5739609b8d015.tar.gz
fix compile on GCC 4.4 and greater
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 1fb9d81e..3dc34887 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -369,13 +369,13 @@ QUIET = NO
# generated by doxygen. Possible values are YES and NO. If left blank
# NO is used.
-WARNINGS = No
+WARNINGS = NO
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
# automatically be disabled.
-WARN_IF_UNDOCUMENTED = No
+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