From 085f06594c38333536040d19eec21240cf98b12c Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Tue, 17 Mar 2015 11:21:41 +0100
Subject: doc/doxygen.conf: disable WARN_IF_UNDOCUMENTED, too much noise

---
 doc/doxygen.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3