Skip to content

Commit

Permalink
Update doxygen to 1.10.0 and Doxygen Awesome to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Apr 16, 2024
1 parent b9f1ca3 commit 2209029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: doc/download-theme.sh
- uses: ssciwr/doxygen-install@v1
with:
version: "1.9.8"
version: "1.10.0"
- name: Run doxygen
run: /usr/local/bin/doxygen

Expand Down
2 changes: 1 addition & 1 deletion doc/download-theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ p="$(dirname "$0")"

# The version of Doxygen Awesome theme to download from
# https://github.com/jothepro/doxygen-awesome-css
VERSION=v2.3.1
VERSION=v2.3.2

mkdir -p ${p}/theme

Expand Down

0 comments on commit 2209029

Please sign in to comment.