diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-11 10:38:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-11 10:38:10 -0500 |
commit | 2b3dc3384c41a1e8961b9303b5fa533edf4922c3 (patch) | |
tree | f8a7b29a146c4148527a6eeba655379baf1c14e7 /Doxyfile.in | |
parent | ee33bf5ee0d1a2c88d185caa29e1924f919cc3e9 (diff) | |
parent | b1083584c752398056a591fb9b342f4e58e6b172 (diff) | |
download | tor-2b3dc3384c41a1e8961b9303b5fa533edf4922c3.tar.gz tor-2b3dc3384c41a1e8961b9303b5fa533edf4922c3.zip |
Merge branch 'ticket32385'
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 962ea6fc93..5dbe4500eb 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -767,7 +767,7 @@ WARNINGS = YES # will automatically be disabled. # The default value is: YES. -WARN_IF_UNDOCUMENTED = YES +WARN_IF_UNDOCUMENTED = @DOXYGEN_WARN_ON_MISSING@ # 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 @@ -790,7 +790,7 @@ WARN_NO_PARAMDOC = NO # a warning is encountered. # The default value is: NO. -WARN_AS_ERROR = NO +WARN_AS_ERROR = @DOXYGEN_FATAL_WARNINGS@ # The WARN_FORMAT tag determines the format of the warning messages that doxygen # can produce. The string should contain the $file, $line, and $text tags, which |