diff options
author | Devan Carpenter <devan@taler.net> | 2023-09-06 21:18:45 -0400 |
---|---|---|
committer | Devan Carpenter <devan@taler.net> | 2023-09-08 22:25:34 -0400 |
commit | 31708511d239c711058516c34c37ed0ce3bda715 (patch) | |
tree | 25037ad8b43e51c90a128c1fc883b2cbd3ec9669 /doc/doxygen | |
parent | a4427442b44422b714244daff27e76ec01654521 (diff) |
docs: make doxygen fail on warnings
Diffstat (limited to 'doc/doxygen')
-rw-r--r-- | doc/doxygen/taler.doxy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy index 384e0396a..a9a2bfe91 100644 --- a/doc/doxygen/taler.doxy +++ b/doc/doxygen/taler.doxy @@ -866,7 +866,7 @@ WARN_NO_PARAMDOC = YES # Possible values are: NO, YES and FAIL_ON_WARNINGS. # The default value is: NO. -WARN_AS_ERROR = NO +WARN_AS_ERROR = FAIL_ON_WARNINGS # The WARN_FORMAT tag determines the format of the warning messages that doxygen # can produce. The string should contain the $file, $line, and $text tags, which |