summaryrefslogtreecommitdiffstats
path: root/examples/memgrp.cfg
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-11-24 10:05:55 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-11-24 10:05:55 (GMT)
commit8160d8479b8cadb5985c8c6e6d5ff8e76fe26d77 (patch)
tree55416e6263734aa66e4c26fcb072bb9a842c7321 /examples/memgrp.cfg
parent4e75d77f60bd173019247177686376ce36ace90b (diff)
downloadDoxygen-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 'examples/memgrp.cfg')
-rw-r--r--examples/memgrp.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/memgrp.cfg b/examples/memgrp.cfg
index d609778..8f5d9e4 100644
--- a/examples/memgrp.cfg
+++ b/examples/memgrp.cfg
@@ -11,3 +11,4 @@ JAVADOC_AUTOBRIEF = YES
SEARCHENGINE = NO
COMPACT_LATEX = YES
LATEX_HIDE_INDICES = YES
+WARN_AS_ERROR = YES