From b88e8097acdb30175c024ed47258739cec30f903 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 23 Nov 2020 15:17:17 +0100 Subject: issue #8023 Add option to exit with non-zero exit code on warnings even if WARN_AS_ERROR is OFF In case we want for a Continuous integration system a non-zero exit status at the end of a doxygen we can now set `WARN_AS_ERRORS=FAIL_ON_WARNINGS`. The behavior for `NO` and `YES` remains as it was. --- src/config.xml | 8 +++++++- src/doxygen.cpp | 1 + src/message.cpp | 32 ++++++++++++++++++++++++++------ src/message.h | 1 + 4 files changed, 35 insertions(+), 7 deletions(-) diff --git a/src/config.xml b/src/config.xml index 0ec4219..2880cbe 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1335,13 +1335,19 @@ FILE_VERSION_FILTER = "cleartool desc -fmt \%Vn" ]]> -