From 6a203954c32d272f91fde7b401d1a2e2effaa922 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Mon, 18 Jun 2018 03:25:21 -0700 Subject: [PATCH] Doxyfile: set WARN_IF_UNDOCUMENTED = no This removes 90% of the warning messages when making the documentation and will allow us to focus on the real warnings that should be investigated. Signed-off-by: Jim Harris Change-Id: I96729c414436f3a2835f1486b239ae2f0c7046ae Reviewed-on: https://review.gerrithub.io/415826 Reviewed-by: Daniel Verkamp Reviewed-by: Ben Walker Tested-by: SPDK Automated Test System --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 2fd8277ac..12bb0a135 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -730,7 +730,7 @@ WARNINGS = YES # will automatically be disabled. # The default value is: YES. -WARN_IF_UNDOCUMENTED = YES +WARN_IF_UNDOCUMENTED = NO # If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some parameters