summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-12-04 10:04:15 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-12-04 10:04:15 (GMT)
commit32a358aa717c626b3214a497ade8fd6d5b084367 (patch)
tree1710e0b440e942904927661cd5018ba39db2dbed /doc
parent8b2342099979279670478918aa3febe3cba1508b (diff)
downloadDoxygen-32a358aa717c626b3214a497ade8fd6d5b084367.zip
Doxygen-32a358aa717c626b3214a497ade8fd6d5b084367.tar.gz
Doxygen-32a358aa717c626b3214a497ade8fd6d5b084367.tar.bz2
Present all warnings of first documentation sub-task when it fails
This is a follow-up on pull request #8199 (Have build of doxygen documentation fail on warnings.) and #8197 (issue #8023 Add option to exit with non-zero exit code on warnings even if WARN_AS_ERROR is OFF). These were 2 independent situation, but as with #8197 incor[porated into doxygen it is no possible to extend #8199 to fail but at present all warnings of the first (sub-)task that fails.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index c67eec5..caf6229 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -57,4 +57,4 @@ ALIASES += forceNewPage="\latexonly \newpage \endlatexonly"
LATEX_BATCHMODE = YES
LATEX_EXTRA_STYLESHEET = manual.sty
LATEX_EMOJI_DIRECTORY = ../doc
-WARN_AS_ERROR = YES
+WARN_AS_ERROR = FAIL_ON_WARNINGS