diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-09 15:00:45 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-09 15:00:45 -0400 |
commit | 392d791b26de9f77170332abab57c6542a4ced79 (patch) | |
tree | f7534835becb8fcdd1dba5f633ca0c112cbd590d /support | |
parent | 68f29ea554603ee0a39dbe1a15c4fbcdb0736ccb (diff) | |
download | librambutan-392d791b26de9f77170332abab57c6542a4ced79.tar.gz librambutan-392d791b26de9f77170332abab57c6542a4ced79.zip |
Shut up, doxygen.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'support')
-rw-r--r-- | support/doxygen/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doxygen/Doxyfile b/support/doxygen/Doxyfile index 35e6bd6..5a5d7ed 100644 --- a/support/doxygen/Doxyfile +++ b/support/doxygen/Doxyfile @@ -537,7 +537,7 @@ LAYOUT_FILE = # 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 @@ -549,7 +549,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 |