diff options
| author | Dirk Ziegelmeier <[email protected]> | 2018-11-25 14:38:16 +0100 |
|---|---|---|
| committer | Dirk Ziegelmeier <[email protected]> | 2018-11-25 14:38:16 +0100 |
| commit | c79af6e53e149f8622bab8e34cc2833318fae6a1 (patch) | |
| tree | c7843727a5b7470b6d002f2b4567142252994103 /doc | |
| parent | 982b86fa48de74a58dc10e1ecb3ecbfd42e735cf (diff) | |
Doxygen: Warnings are errors
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/doxygen/lwip.Doxyfile | 2 | ||||
| -rw-r--r-- | doc/doxygen/lwip.Doxyfile.cmake.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen/lwip.Doxyfile b/doc/doxygen/lwip.Doxyfile index b7e6bc93..750e0ad4 100644 --- a/doc/doxygen/lwip.Doxyfile +++ b/doc/doxygen/lwip.Doxyfile @@ -762,7 +762,7 @@ WARN_NO_PARAMDOC = NO # a warning is encountered. # The default value is: NO. -WARN_AS_ERROR = NO +WARN_AS_ERROR = YES # 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 diff --git a/doc/doxygen/lwip.Doxyfile.cmake.in b/doc/doxygen/lwip.Doxyfile.cmake.in index 063c2887..4879d2e6 100644 --- a/doc/doxygen/lwip.Doxyfile.cmake.in +++ b/doc/doxygen/lwip.Doxyfile.cmake.in @@ -762,7 +762,7 @@ WARN_NO_PARAMDOC = NO # a warning is encountered. # The default value is: NO. -WARN_AS_ERROR = NO +WARN_AS_ERROR = YES # 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 |
