diff options
author | Jack Lloyd <[email protected]> | 2018-07-02 11:52:10 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-07-02 11:52:10 -0400 |
commit | a14ab32d50597c4e403278b2ca9473acd2de6cb1 (patch) | |
tree | dfbc1350d732be7e6945c69056823aebf3b735a9 /src/build-data/botan.doxy.in | |
parent | d40c9bacdba37cecb0ebca78bcef31a88979bd48 (diff) |
Avoid having Doxygen error out except in maintainer mode builds
Increases likelyhood that it will fail to build for an end user
which is not helpful for anyone.
Diffstat (limited to 'src/build-data/botan.doxy.in')
-rw-r--r-- | src/build-data/botan.doxy.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/build-data/botan.doxy.in b/src/build-data/botan.doxy.in index bbb0bbaf7..16f681ef2 100644 --- a/src/build-data/botan.doxy.in +++ b/src/build-data/botan.doxy.in @@ -74,7 +74,10 @@ WARN_IF_DOC_ERROR = YES WARN_NO_PARAMDOC = YES WARN_FORMAT = "$file:$line: $text" WARN_LOGFILE = + +%{if maintainer_mode} WARN_AS_ERROR = YES +%{endif} #--------------------------------------------------------------------------- # configuration options related to the input files |