Skip to content

Commit 6743f54

Browse files
committed
Modify Doxyfile to automatically fail invalid documentation builds
1 parent 98e314a commit 6743f54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doxyfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)