summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-03 20:22:23 (GMT)
committerGitHub <noreply@github.com>2020-12-03 20:22:23 (GMT)
commit8b2342099979279670478918aa3febe3cba1508b (patch)
tree125977e97e6732f6c2976e87849f156ef4716898 /doc
parent199f0b534a9dba1e85fee061e6557bee750eeb82 (diff)
parent8160d8479b8cadb5985c8c6e6d5ff8e76fe26d77 (diff)
downloadDoxygen-8b2342099979279670478918aa3febe3cba1508b.zip
Doxygen-8b2342099979279670478918aa3febe3cba1508b.tar.gz
Doxygen-8b2342099979279670478918aa3febe3cba1508b.tar.bz2
Merge pull request #8199 from albert-github/feature/bug_docu_fail
Have build of doxygen documentation fail on warnings.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile1
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