summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-29 08:51:39 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-29 08:51:39 +0000
commitce8e106147f7697285ef740dde39541f4f7e7187 (patch)
tree19eef65695ec9d0bb9a2152afe6bac0598dc4238 /Doxyfile
parentdd6b53792ce52a8e10d85d4420f3946d87419d44 (diff)
downloadcryptopp-ce8e106147f7697285ef740dde39541f4f7e7187.tar.gz
fix compile on GCC 4.4 and greater
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@512 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 1fb9d81..3dc3488 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