summaryrefslogtreecommitdiff
path: root/.Doxyfile
diff options
context:
space:
mode:
authorJeff Donahue <jeff.donahue@gmail.com>2014-08-29 03:31:08 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-09-03 10:59:23 -0700
commitafba4e6a38d49d0ca8d5324525b32e6de4a8a8c1 (patch)
tree34b91cb1664b27c50981715fb4876b62c725e840 /.Doxyfile
parentac9275bd6f6993a98dc4404db839d6bf6ccfb661 (diff)
downloadcaffeonacl-afba4e6a38d49d0ca8d5324525b32e6de4a8a8c1.tar.gz
caffeonacl-afba4e6a38d49d0ca8d5324525b32e6de4a8a8c1.tar.bz2
caffeonacl-afba4e6a38d49d0ca8d5324525b32e6de4a8a8c1.zip
.Doxyfile: don't warn if undocumented (maybe someday...)
Diffstat (limited to '.Doxyfile')
-rw-r--r--.Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.Doxyfile b/.Doxyfile
index 432d4eda..e0b64bdd 100644
--- a/.Doxyfile
+++ b/.Doxyfile
@@ -595,7 +595,7 @@ CITE_BIB_FILES =
# 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
@@ -607,7 +607,7 @@ WARNINGS = YES
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
# automatically be disabled.
-WARN_IF_UNDOCUMENTED = YES
+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