File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ LOOKUP_CACHE_SIZE = 0
416416# normally produced when WARNINGS is set to YES.
417417# The default value is: NO.
418418
419- EXTRACT_ALL = YES
419+ EXTRACT_ALL = NO
420420
421421# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
422422# be included in the documentation.
@@ -442,7 +442,7 @@ EXTRACT_STATIC = NO
442442# for Java sources.
443443# The default value is: YES.
444444
445- EXTRACT_LOCAL_CLASSES = YES
445+ EXTRACT_LOCAL_CLASSES = NO
446446
447447# This flag is only useful for Objective-C code. If set to YES, local methods,
448448# which are defined in the implementation section but not in the interface are
@@ -743,7 +743,7 @@ WARN_NO_PARAMDOC = YES
743743# a warning is encountered.
744744# The default value is: NO.
745745
746- WARN_AS_ERROR = NO
746+ WARN_AS_ERROR = YES
747747
748748# The WARN_FORMAT tag determines the format of the warning messages that doxygen
749749# can produce. The string should contain the $file, $line, and $text tags, which
You can’t perform that action at this time.
0 commit comments