Skip to content

Commit 7823ac4

Browse files
jcfrjamesobutler
authored andcommitted
fix(doxygen-build-and-publish): Update Doxygen to 1.13 to fix function grouping issues
This commit upgrades Doxygen from version 1.10 to 1.13, addressing function grouping issues. Version 1.13 includes commit doxygen/doxygen@be30c551c (`issue #11095 Grouping and deriving from a template class leads to "not documented" members.`). This update should resolve Slicer/Slicer#8298. Co-authored-by: James Butler <[email protected]>
1 parent 11fbcdd commit 7823ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doxygen-build-and-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137

138138
- uses: ssciwr/doxygen-install@527824132256e685f03ec80c0851fe79937eb1d6 # v1.6.3
139139
with:
140-
version: "1.10.0"
140+
version: "1.13.0"
141141

142142
# The "dot" binary is provided by Graphviz
143143
- uses: ts-graphviz/setup-graphviz@b1de5da23ed0a6d14e0aeee8ed52fdd87af2363c # v2.0.2

0 commit comments

Comments
 (0)