Skip to content

Commit fcefea2

Browse files
committed
multiple pages
1 parent e0569e3 commit fcefea2

14 files changed

+99
-28
lines changed

example/doc/page-md_src_history.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# page `md_src_history`
2+
3+
## Version 1.0.1
4+
5+
* Pedalling harder no longer stands in the saddle by default. This is just better form.
6+
7+
## Version 1.0.0
8+
9+
* Initial release
10+

example/doc/page-md_src_overview.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
This is an overview of `[transport::Bicycle](./example/doc/api-bicycle.md#classtransport_1_1Bicycle)`, the greatest new CPP program.
44

5+
## Changelog
6+
7+
See ./history.md "history".
8+

example/src/history.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## Version 1.0.1
4+
- Pedalling harder no longer stands in the saddle by default. This is just better form.
5+
6+
## Version 1.0.0
7+
- Initial release

example/src/overview.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
# Overview
1+
# Transport
22

3-
This is an overview of `transport::Bicycle`, the greatest new CPP program.
3+
This is an overview of `transport::Bicycle`, the greatest new CPP program.
4+
5+
## Changelog
6+
7+
See [history](history.md).

example/xml/history_8md.xml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
2+
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.14">
3+
<compounddef id="history_8md" kind="file" language="Markdown">
4+
<compoundname>history.md</compoundname>
5+
<briefdescription>
6+
</briefdescription>
7+
<detaileddescription>
8+
</detaileddescription>
9+
<programlisting>
10+
<codeline><highlight class="normal">#<sp/>Changelog</highlight></codeline>
11+
<codeline></codeline>
12+
<codeline><highlight class="normal">##<sp/>Version<sp/>1.0.1</highlight></codeline>
13+
<codeline><highlight class="normal">-<sp/>Pedalling<sp/>harder<sp/>no<sp/>longer<sp/>stands<sp/>in<sp/>the<sp/>saddle<sp/>by<sp/>default.<sp/>This<sp/>is<sp/>just<sp/>better<sp/>form.</highlight></codeline>
14+
<codeline></codeline>
15+
<codeline><highlight class="normal">##<sp/>Version<sp/>1.0.0</highlight></codeline>
16+
<codeline><highlight class="normal">-<sp/>Initial<sp/>release</highlight></codeline>
17+
</programlisting>
18+
<location file="src/history.md"/>
19+
</compounddef>
20+
</doxygen>

example/xml/index.xml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
</compound>
2020
<compound refid="bicycle_8h" kind="file"><name>bicycle.h</name>
2121
</compound>
22+
<compound refid="history_8md" kind="file"><name>history.md</name>
23+
</compound>
2224
<compound refid="mountainbike_8cpp" kind="file"><name>mountainbike.cpp</name>
2325
</compound>
2426
<compound refid="mountainbike_8h" kind="file"><name>mountainbike.h</name>
@@ -42,6 +44,8 @@
4244
</compound>
4345
<compound refid="group__mountainbike" kind="group"><name>mountainbike</name>
4446
</compound>
47+
<compound refid="md_src_history" kind="page"><name>md_src_history</name>
48+
</compound>
4549
<compound refid="md_src_overview" kind="page"><name>md_src_overview</name>
4650
</compound>
4751
<compound refid="dir_68267d1309a1af8e8297ef4c3efbcdba" kind="dir"><name>src</name>

example/xml/md_src_history.xml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
2+
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.14">
3+
<compounddef id="md_src_history" kind="page">
4+
<compoundname>md_src_history</compoundname>
5+
<title>Changelog</title>
6+
<briefdescription>
7+
</briefdescription>
8+
<detaileddescription>
9+
<para><heading level="2">Version 1.0.1</heading>
10+
</para><para><itemizedlist>
11+
<listitem><para>Pedalling harder no longer stands in the saddle by default. This is just better form.</para></listitem></itemizedlist>
12+
</para><para><heading level="2">Version 1.0.0</heading>
13+
</para><para><itemizedlist>
14+
<listitem><para>Initial release </para></listitem></itemizedlist>
15+
</para> </detaileddescription>
16+
</compounddef>
17+
</doxygen>

example/xml/md_src_overview.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.14">
33
<compounddef id="md_src_overview" kind="page">
44
<compoundname>md_src_overview</compoundname>
5-
<title>Overview</title>
5+
<title>Transport</title>
66
<briefdescription>
77
</briefdescription>
88
<detaileddescription>
9-
<para>This is an overview of <computeroutput><ref refid="classtransport_1_1Bicycle" kindref="compound">transport::Bicycle</ref></computeroutput>, the greatest new CPP program. </para> </detaileddescription>
9+
<para>This is an overview of <computeroutput><ref refid="classtransport_1_1Bicycle" kindref="compound">transport::Bicycle</ref></computeroutput>, the greatest new CPP program.</para><para><heading level="2">Changelog</heading>
10+
</para><para>See ./history.md &quot;history&quot;. </para> </detaileddescription>
1011
</compounddef>
1112
</doxygen>

example/xml/mountainbike_8cpp.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
<compoundname>mountainbike.cpp</compoundname>
55
<includes refid="mountainbike_8h" local="yes">mountainbike.h</includes>
66
<incdepgraph>
7-
<node id="6">
7+
<node id="8">
88
<label>mountainbike.h</label>
99
<link refid="mountainbike_8h_source"/>
10-
<childnode refid="7" relation="include">
10+
<childnode refid="9" relation="include">
1111
</childnode>
1212
</node>
13-
<node id="7">
13+
<node id="9">
1414
<label>transport/bicycle.h</label>
1515
</node>
16-
<node id="5">
16+
<node id="7">
1717
<label>src/mountainbike.cpp</label>
1818
<link refid="mountainbike_8cpp"/>
19-
<childnode refid="6" relation="include">
19+
<childnode refid="8" relation="include">
2020
</childnode>
2121
</node>
2222
</incdepgraph>

example/xml/mountainbike_8h.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<includes local="no">transport/bicycle.h</includes>
66
<includedby refid="mountainbike_8cpp" local="yes">src/mountainbike.cpp</includedby>
77
<incdepgraph>
8-
<node id="9">
8+
<node id="11">
99
<label>src/mountainbike.h</label>
1010
<link refid="mountainbike_8h"/>
11-
<childnode refid="10" relation="include">
11+
<childnode refid="12" relation="include">
1212
</childnode>
1313
</node>
14-
<node id="10">
14+
<node id="12">
1515
<label>transport/bicycle.h</label>
1616
</node>
1717
</incdepgraph>

example/xml/overview_8md.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77
<detaileddescription>
88
</detaileddescription>
99
<programlisting>
10-
<codeline><highlight class="normal">#<sp/>Overview</highlight></codeline>
10+
<codeline><highlight class="normal">#<sp/>Transport</highlight></codeline>
1111
<codeline></codeline>
1212
<codeline><highlight class="normal">This<sp/>is<sp/>an<sp/>overview<sp/>of<sp/>`transport::Bicycle`,<sp/>the<sp/>greatest<sp/>new<sp/>CPP<sp/>program.</highlight></codeline>
13+
<codeline></codeline>
14+
<codeline><highlight class="normal">##<sp/>Changelog</highlight></codeline>
15+
<codeline></codeline>
16+
<codeline><highlight class="normal">See<sp/>[history](./history.md).</highlight></codeline>
1317
</programlisting>
1418
<location file="src/overview.md"/>
1519
</compounddef>

example/xml/racingbike_8cpp.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
<compoundname>racingbike.cpp</compoundname>
55
<includes refid="racingbike_8h" local="yes">racingbike.h</includes>
66
<incdepgraph>
7-
<node id="16">
7+
<node id="18">
88
<label>transport/bicycle.h</label>
99
</node>
10-
<node id="14">
10+
<node id="16">
1111
<label>src/racingbike.cpp</label>
1212
<link refid="racingbike_8cpp"/>
13-
<childnode refid="15" relation="include">
13+
<childnode refid="17" relation="include">
1414
</childnode>
1515
</node>
16-
<node id="15">
16+
<node id="17">
1717
<label>racingbike.h</label>
1818
<link refid="racingbike_8h_source"/>
19-
<childnode refid="16" relation="include">
19+
<childnode refid="18" relation="include">
2020
</childnode>
2121
</node>
2222
</incdepgraph>

example/xml/racingbike_8h.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<includes local="no">transport/bicycle.h</includes>
66
<includedby refid="racingbike_8cpp" local="yes">src/racingbike.cpp</includedby>
77
<incdepgraph>
8-
<node id="19">
8+
<node id="21">
99
<label>transport/bicycle.h</label>
1010
</node>
11-
<node id="18">
11+
<node id="20">
1212
<label>src/racingbike.h</label>
1313
<link refid="racingbike_8h"/>
14-
<childnode refid="19" relation="include">
14+
<childnode refid="21" relation="include">
1515
</childnode>
1616
</node>
1717
</incdepgraph>

example/xml/transport_8h.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@
66
<includes local="no">transport/racingbike.h</includes>
77
<includes local="no">transport/mountainbike.h</includes>
88
<incdepgraph>
9-
<node id="23">
9+
<node id="25">
1010
<label>transport/racingbike.h</label>
1111
</node>
12-
<node id="24">
12+
<node id="26">
1313
<label>transport/mountainbike.h</label>
1414
</node>
15-
<node id="21">
15+
<node id="23">
1616
<label>src/transport.h</label>
1717
<link refid="transport_8h"/>
18-
<childnode refid="22" relation="include">
18+
<childnode refid="24" relation="include">
1919
</childnode>
20-
<childnode refid="23" relation="include">
20+
<childnode refid="25" relation="include">
2121
</childnode>
22-
<childnode refid="24" relation="include">
22+
<childnode refid="26" relation="include">
2323
</childnode>
2424
</node>
25-
<node id="22">
25+
<node id="24">
2626
<label>transport/bicycle.h</label>
2727
</node>
2828
</incdepgraph>

0 commit comments

Comments
 (0)