Skip to content

Commit

Permalink
docs: Switch to doxygen FAIL_ON_WARNINGS (#1497)
Browse files Browse the repository at this point in the history
Instead of exiting at the first warning that's treated as error, doxygen
will continue processing and exit fith a non-zero status code. This has
the benefit that all WARNINGs are visible at the same time.
  • Loading branch information
paulgessinger committed Sep 6, 2022
1 parent 3b9108d commit 5f4052a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/acts-project/ubuntu2004:v29
env:
DOXYGEN_WARN_AS_ERROR: YES
DOXYGEN_WARN_AS_ERROR: FAIL_ON_WARNINGS
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down

0 comments on commit 5f4052a

Please sign in to comment.