diff options
author | albert-github <albert.tests@gmail.com> | 2020-11-24 10:05:55 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-11-24 10:05:55 (GMT) |
commit | 8160d8479b8cadb5985c8c6e6d5ff8e76fe26d77 (patch) | |
tree | 55416e6263734aa66e4c26fcb072bb9a842c7321 /doc/Doxyfile | |
parent | 4e75d77f60bd173019247177686376ce36ace90b (diff) | |
download | Doxygen-8160d8479b8cadb5985c8c6e6d5ff8e76fe26d77.zip Doxygen-8160d8479b8cadb5985c8c6e6d5ff8e76fe26d77.tar.gz Doxygen-8160d8479b8cadb5985c8c6e6d5ff8e76fe26d77.tar.bz2 |
Have build of doxygen documentation fail on warnings.
Currently when running doxygen to create its documentation no error is given when a warning is generated, so the warning might go unnoticed.
By setting `WARN_AS_ERROR = YES` the generation will stop and when build on CI systems a build also fails
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r-- | doc/Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index bd4a11f..c67eec5 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -57,3 +57,4 @@ ALIASES += forceNewPage="\latexonly \newpage \endlatexonly" LATEX_BATCHMODE = YES LATEX_EXTRA_STYLESHEET = manual.sty LATEX_EMOJI_DIRECTORY = ../doc +WARN_AS_ERROR = YES |