diff options
author | albert-github <albert.tests@gmail.com> | 2020-12-04 10:04:15 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-12-04 10:04:15 (GMT) |
commit | 32a358aa717c626b3214a497ade8fd6d5b084367 (patch) | |
tree | 1710e0b440e942904927661cd5018ba39db2dbed /examples/file.cfg | |
parent | 8b2342099979279670478918aa3febe3cba1508b (diff) | |
download | Doxygen-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 'examples/file.cfg')
-rw-r--r-- | examples/file.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/file.cfg b/examples/file.cfg index e802b85..ae639e4 100644 --- a/examples/file.cfg +++ b/examples/file.cfg @@ -11,4 +11,4 @@ JAVADOC_AUTOBRIEF = YES SEARCHENGINE = NO COMPACT_LATEX = YES LATEX_HIDE_INDICES = YES -WARN_AS_ERROR = YES +WARN_AS_ERROR = FAIL_ON_WARNINGS |