[PATCH wayland 4/6] doc: Don't warn if something is undocumented

Jonas Ådahl jadahl at gmail.com
Mon Dec 28 18:10:12 PST 2015


There are lots of warnings about fields and other things not being
documented, and many of those will probably never be documented, so
stop warning about it.

Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
---
 doc/doxygen/wayland.doxygen.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/doxygen/wayland.doxygen.in b/doc/doxygen/wayland.doxygen.in
index fb76b12..6cb77de 100644
--- a/doc/doxygen/wayland.doxygen.in
+++ b/doc/doxygen/wayland.doxygen.in
@@ -14,3 +14,4 @@ EXPAND_ONLY_PREDEF     = YES
 DOT_MULTI_TARGETS      = YES
 ALIASES                += comment{1}="/* \1 *<!-- -->/"
 GENERATE_HTML          = NO
+WARN_IF_UNDOCUMENTED   = NO
-- 
2.4.3



More information about the wayland-devel mailing list