diff options
Diffstat (limited to 'documentation/Doxyfile')
| -rw-r--r-- | documentation/Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile index cf64577f9..4e02d8c1e 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -460,7 +460,7 @@ FILE_VERSION_FILTER = # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. -QUIET = NO +QUIET = YES # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank @@ -472,7 +472,7 @@ WARNINGS = YES # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. -WARN_IF_UNDOCUMENTED = NO +WARN_IF_UNDOCUMENTED = YES # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some |
