Skip to content

Commit

Permalink
Doxygen CI: Warnings as Error
Browse files Browse the repository at this point in the history
Make sure that no Doxygen warnings get in, as we do in other
CI runs already.
  • Loading branch information
ax3l committed Dec 20, 2022
1 parent ab70518 commit d615120
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/source/doxygen
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
set -eu -o pipefail

cd Docs

# treat all warnings as errors
echo "WARN_AS_ERROR = YES" >> Doxyfile

doxygen

0 comments on commit d615120

Please sign in to comment.