Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-02-06 07:02:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 07:02:07 +0300
commit1085c2cc44573b77a74baae8f4be9771941d58da (patch)
tree98bab584cc318178c6fb9d9b1fbe921b0aba3358
parentf339b2fd41d518064bf2096a64ffc541f9d72a61 (diff)
Doxygen: don't warn on undocumented params
We don't attempt to have docs for all args, so don't warn about this.
-rw-r--r--doc/doxygen/Doxyfile2
1 files changed, 1 insertions, 1 deletions
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