diff options
author | Max Kellermann <max@duempel.org> | 2015-03-17 11:21:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-03-17 11:21:43 +0100 |
commit | 085f06594c38333536040d19eec21240cf98b12c (patch) | |
tree | 5911d171d9790839791759788b02af7b7014da11 | |
parent | ce3d41052c74fb52e22225af9ac14b38a11c9255 (diff) | |
download | mpd-085f06594c38333536040d19eec21240cf98b12c.tar.gz mpd-085f06594c38333536040d19eec21240cf98b12c.tar.xz mpd-085f06594c38333536040d19eec21240cf98b12c.zip |
doc/doxygen.conf: disable WARN_IF_UNDOCUMENTED, too much noise
-rw-r--r-- | doc/doxygen.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index e58087ad6..e7ac203f0 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -480,7 +480,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 |