Doxygen: don't warn on undocumented params

We don't attempt to have docs for all args, so don't warn about this.
This commit is contained in:
Campbell Barton 2019-02-06 15:02:07 +11:00
parent f339b2fd41
commit 1085c2cc44
1 changed files with 1 additions and 1 deletions

View File

@ -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