summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-06-06 19:43:09 (GMT)
committerGitHub <noreply@github.com>2023-06-06 19:43:09 (GMT)
commitd6059b9d75d40538376b7d629ca8ef70dd272020 (patch)
tree13724652550204387126aa6ff84f59a97fb826ea /doxygen
parent57c71cb983649b6831e7da4b465893e4fb0f8f09 (diff)
downloadhdf5-d6059b9d75d40538376b7d629ca8ef70dd272020.zip
hdf5-d6059b9d75d40538376b7d629ca8ef70dd272020.tar.gz
hdf5-d6059b9d75d40538376b7d629ca8ef70dd272020.tar.bz2
Fix doxygen comments in structure and enable FAIL_ON_WARNINGS (#3059)
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/Doxyfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/Doxyfile.in b/doxygen/Doxyfile.in
index 66e4826..cddf17c 100644
--- a/doxygen/Doxyfile.in
+++ b/doxygen/Doxyfile.in
@@ -625,7 +625,7 @@ WARN_NO_PARAMDOC = NO
# a warning is encountered.
# The default value is: NO.
-WARN_AS_ERROR = NO
+WARN_AS_ERROR = FAIL_ON_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