Skip to content

Commit

Permalink
BUG: Replace Doxygen "Modules" with "Topics"
Browse files Browse the repository at this point in the history
Following Doxygen commit doxygen/doxygen@6d80fc7 "Add support for C++20 modules", August 16, 2023.

Related to Doxygen issue doxygen/doxygen#10562 "Modules list not generated with Doxygen 1.10", omarcou, January 16, 2024.

Aims to fix issue #1203 "elastix doxygen output missing modules.html"
  • Loading branch information
N-Dekker committed Jul 19, 2024
1 parent ebb429a commit b782a2c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dox/doxygen/DoxygenHeader.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<td style="text-align:center">
<a class="qindex" href="../index.php">Home</a> |
<a class="qindex" href="index.html">Main&nbsp;Page</a> |
<a class="qindex" href="modules.html">Modules</a> |
<a class="qindex" href="topics.html">Topics</a> |
<a class="qindex" href="namespaces.html">Namespace List</a> |
<a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> |
<a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> |
Expand Down
2 changes: 1 addition & 1 deletion dox/doxygen/MainPage.dox.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* \section howto How to use this documentation
*
* <p>This documentation describes the API of elastix. The Modules
* <p>This documentation describes the API of elastix. The Topics
* link presents a hierarchy of classes organized according to their
* functionality.</p>
*
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dox/doxygen/doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = "@ELASTIX_DOXYGEN_DIR@/Modules.dox" \
INPUT = "@ELASTIX_DOXYGEN_DIR@/Topics.dox" \
"@ELASTIX_HELP_DIR@/MainPage.dox" \
"@elastix_SOURCE_DIR@"

Expand Down
2 changes: 1 addition & 1 deletion dox/doxygen/doxygenlayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<navindex>
<tab type="mainpage" visible="yes" title=""/>
<tab type="pages" visible="yes" title="" intro=""/>
<tab type="modules" visible="yes" title="" intro=""/>
<tab type="topics" visible="yes" title="" intro=""/>
<tab type="namespaces" visible="yes" title="">
<tab type="namespacelist" visible="yes" title="" intro=""/>
<tab type="namespacemembers" visible="yes" title="" intro=""/>
Expand Down

0 comments on commit b782a2c

Please sign in to comment.