Skip to content

Commit 7b2aa2f

Browse files
Readd changelogs to the doc
1 parent 92c5cfd commit 7b2aa2f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/Doxyfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,10 @@ WARN_LOGFILE =
10131013
INPUT = "../include/libsemigroups" \
10141014
"../include/libsemigroups/detail" \
10151015
"../README.md" \
1016-
"install.md"
1016+
"install.md" \
1017+
"changelog-v1.md" \
1018+
"changelog-v2.md" \
1019+
"changelog-v3.md"
10171020

10181021
# This tag can be used to specify the character encoding of the source files
10191022
# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses

docs/DoxygenLayout.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<tab type="mainpage" visible="yes" title="" />
99
<tab type="user" visible="yes" url="_HEADING_" title="Installation and Changelog" />
1010
<tab type="user" visible="yes" url="@ref md_install" title="Install" />
11+
<tab type="user" visible="yes" url="@ref md_changelog-v3" title="changelog - version 3" />
12+
<tab type="user" visible="yes" url="@ref md_changelog-v2" title="changelog - version 2" />
13+
<tab type="user" visible="yes" url="@ref md_changelog-v1" title="changelog - version 1" />
1114
<tab type="user" visible="yes" url="_HEADING_" title="Data structures" />
1215
<tab type="usergroup" visible="yes" url="@ref adapters_group" title="Adapters">
1316
<tab type="usergroup" visible="yes" url="[none]" title="No default implementation">

0 commit comments

Comments
 (0)