[Bf-blender-cvs] [1085c2cc445] master: Doxygen: don't warn on undocumented params

Campbell Barton noreply at git.blender.org
Wed Feb 6 06:42:36 CET 2019


Commit: 1085c2cc44573b77a74baae8f4be9771941d58da
Author: Campbell Barton
Date:   Wed Feb 6 15:02:07 2019 +1100
Branches: master
https://developer.blender.org/rB1085c2cc44573b77a74baae8f4be9771941d58da

Doxygen: don't warn on undocumented params

We don't attempt to have docs for all args, so don't warn about this.

===================================================================

M	doc/doxygen/Doxyfile

===================================================================

diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index 8113d22effc..de2026a6ca0 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -762,7 +762,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



More information about the Bf-blender-cvs mailing list