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 Jan 17, 2023
1 parent 79ee841 commit d5d4eb2
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 d5d4eb2

Please sign in to comment.