diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2017-12-24 09:32:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-24 09:32:52 (GMT) |
commit | 8acdd3ca5719be461674847341a6d9f93a27f367 (patch) | |
tree | a921c2c182a3a609bb86f68475c878a29180ff37 /testing | |
parent | 2ceb8cd0748701376362fee28ecf2b4b80fc47a6 (diff) | |
parent | fe760977e2cb643b94fbf21847e0c81e8a080966 (diff) | |
download | Doxygen-8acdd3ca5719be461674847341a6d9f93a27f367.zip Doxygen-8acdd3ca5719be461674847341a6d9f93a27f367.tar.gz Doxygen-8acdd3ca5719be461674847341a6d9f93a27f367.tar.bz2 |
Merge pull request #625 from mosra/xml-tableofcontents
Expose TOC placeholder in XML output
Diffstat (limited to 'testing')
-rw-r--r-- | testing/043/mypage.xml | 1 | ||||
-rw-r--r-- | testing/043_page.dox | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/testing/043/mypage.xml b/testing/043/mypage.xml index 589df5b..79fb7ae 100644 --- a/testing/043/mypage.xml +++ b/testing/043/mypage.xml @@ -4,6 +4,7 @@ <compoundname>mypage</compoundname> <title>Page Title</title> <innerpage refid="another">Another Page</innerpage> + <tableofcontents/> <briefdescription> <para>Page brief description. </para> </briefdescription> diff --git a/testing/043_page.dox b/testing/043_page.dox index 096f998..38c1894 100644 --- a/testing/043_page.dox +++ b/testing/043_page.dox @@ -4,6 +4,8 @@ /** \page mypage Page Title * \brief Page brief description. * + * @tableofcontents + * * Text at page level. See \ref mysect for more. * \section mysect Section Title. * Text at section level. See \ref mysubsect for more. |