Skip to content

Commit

Permalink
Change doxygen version to 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpthiele committed Sep 29, 2023
1 parent b024d49 commit bc1bbf7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/indent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 100
- uses: ssciwr/doxygen-install@v1
with:
version: "1.9.5"
version: "1.9.6"
- name: setup
run: |
./contrib/utilities/download_clang_format
Expand Down Expand Up @@ -51,9 +51,6 @@ jobs:
# warning: Found recursive @copydetails or @copydoc relation for argument '<arg>'
sed -i '/@copydetails or @copydoc/d' doxygen.log
# Suppress:
# warning: '<name>' has @param documentation sections but no arguments
sed -i '/has @param documentation sections but no arguments/d' doxygen.log
# Suppress:
# warning: explicit link request to '<function>' could not be resolved
sed -i '/explicit link request to/d' doxygen.log
# Remove empty lines
Expand Down

0 comments on commit bc1bbf7

Please sign in to comment.