Skip to content

Commit

Permalink
Use Doxygen 1.9.6 for building documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRostohar committed Jun 5, 2024
1 parent daef0fe commit c57a9c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: Open-CMSIS-Pack/gen-pack-action@main
with:
doxygen-version: 1.9.2
doxygen-version: 1.9.6
packchk-version: 1.4.1
gen-doc-script: ./Documentation/Doxygen/gen_doc.sh
doc-path: ./Documentation/html
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Doxygen/gen_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Pre-requisites:
# - bash shell (for Windows: install git for Windows)
# - doxygen 1.9.2
# - doxygen 1.9.6

set -o pipefail

Expand All @@ -15,7 +15,7 @@ set -o pipefail
REQUIRED_GEN_PACK_LIB="0.9.2"

DIRNAME=$(dirname $(readlink -f $0))
REQ_DXY_VERSION="1.9.2"
REQ_DXY_VERSION="1.9.6"

############ DO NOT EDIT BELOW ###########

Expand Down

0 comments on commit c57a9c8

Please sign in to comment.