Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 461f97d

Browse files
dzenanzalbert-github
andcommittedFeb 6, 2025·
DOC: Expose options for keeping the old layout with doxygen v1.13.2
By upgrading doxygen version from 1.9.6 to 1.13.2, the defaults for these settings changed from: GENERATE_TREEVIEW = NO DISABLE_INDEX = NO to GENERATE_TREEVIEW = YES DISABLE_INDEX = YES Co-authored-by: Albert GitHub <albert.tests@gmail.com>
1 parent a813a68 commit 461f97d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Utilities/Doxygen/DoxygenConfig.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ set(DOXYGEN_FILTER_SOURCE_FILES "YES")
5757
set(DOXYGEN_SOURCE_BROWSER "YES")
5858
set(DOXYGEN_REFERENCED_BY_RELATION "YES")
5959
set(DOXYGEN_REFERENCES_RELATION "YES")
60+
set(DOXYGEN_GENERATE_TREEVIEW "YES")
61+
set(DOXYGEN_DISABLE_INDEX "YES")
6062
set(DOXYGEN_HTML_HEADER "${ITK_SOURCE_DIR}/Documentation/Doxygen/DoxygenHeader.html")
6163
set(DOXYGEN_HTML_FOOTER "${ITK_SOURCE_DIR}/Documentation/Doxygen/DoxygenFooter.html")
6264
set(DOXYGEN_HTML_EXTRA_FILES "${ITK_SOURCE_DIR}/Utilities/Doxygen/serviceWorker.js"

0 commit comments

Comments
 (0)
Please sign in to comment.