Skip to content

Commit

Permalink
Add WARN_AS_ERROR option to stop execution at first warning (equivale…
Browse files Browse the repository at this point in the history
…nt of compilers' -Werror option)
  • Loading branch information
bagage committed Dec 16, 2015
1 parent 9be0e3b commit 38277f1
Show file tree
Hide file tree
Showing 5 changed files with 494 additions and 470 deletions.
8 changes: 8 additions & 0 deletions src/config.xml
Expand Up @@ -1218,6 +1218,14 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
or return value. If set to \c NO, doxygen will only warn about
wrong or incomplete parameter documentation, but not about the absence of
documentation.
]]>
</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>
Expand Down

0 comments on commit 38277f1

Please sign in to comment.