summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-12-17 18:35:25 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-12-17 18:35:25 (GMT)
commit192d06764558e51ddc3fdec881308308017894da (patch)
tree05d2db6574d7019884cf117bba04471a676aaa3f /src/config.xml
parenta7284cbd77518200d9cd4f5adb04cfc40f357d24 (diff)
parent38277f1da56c212c9b33f774de412edef1156544 (diff)
downloadDoxygen-192d06764558e51ddc3fdec881308308017894da.zip
Doxygen-192d06764558e51ddc3fdec881308308017894da.tar.gz
Doxygen-192d06764558e51ddc3fdec881308308017894da.tar.bz2
Merge pull request #412 from bagage/master
Add WARN_AS_ERROR option to stop execution at first warning (equivalent of compilers' -Werror option)
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index 9d54e29..b89d9d7 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -1221,6 +1221,14 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
]]>
</docs>
</option>
+ <option type='bool' id='WARN_AS_ERROR' defval='0'>
+ <docs>
+<![CDATA[
+ If the \c WARN_AS_ERROR tag is set to \c YES then doxygen will immediately stop
+ when a warning is encountered.
+]]>
+ </docs>
+ </option>
<option type='string' id='WARN_FORMAT' format='string' defval='$file:$line: $text'>
<docs>
<![CDATA[