diff options
author | albert-github <albert.tests@gmail.com> | 2019-01-21 18:25:01 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-01-21 18:25:01 (GMT) |
commit | 267d940f89e186146c364ecd80c6df0616e72e41 (patch) | |
tree | 12343d664887355470fa847e180f96131ef51a05 /testing | |
parent | 73ea97de120eaf825b72717b0abe71f28d7838bb (diff) | |
download | Doxygen-267d940f89e186146c364ecd80c6df0616e72e41.zip Doxygen-267d940f89e186146c364ecd80c6df0616e72e41.tar.gz Doxygen-267d940f89e186146c364ecd80c6df0616e72e41.tar.bz2 |
issue #6791 TOC not generated when using a particular Markdown header style
Update test
Diffstat (limited to 'testing')
-rwxr-xr-x[-rw-r--r--] | testing/055/md_055_markdown.xml | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/testing/055/md_055_markdown.xml b/testing/055/md_055_markdown.xml index 4bdd2e2..307eb26 100644..100755 --- a/testing/055/md_055_markdown.xml +++ b/testing/055/md_055_markdown.xml @@ -1,31 +1,31 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version=""> - <compounddef id="md_055_markdown" kind="page"> - <compoundname>md_055_markdown</compoundname> - <title>055_markdown</title> - <briefdescription> - </briefdescription> - <detaileddescription> - <para> - <heading level="1">Foo</heading> - </para> - <para> - <heading level="2">Bar</heading> - </para> - <para> - <ulink url="http://example.com/inline">Inline link</ulink> - </para> - <para> - <ulink url="http://example.com/reference">Reference link</ulink> - </para> - <para> - <heading level="2">Baz</heading> - </para> - <para>More text</para> - <para> - <ulink url="http://example.com/last-line">Upper-cased reference link on last line</ulink> - </para> - <para>Dash - NDash <ndash/> MDash <mdash/> EDash - ENDash -- EMDash --- E3Dash --- </para> - </detaileddescription> - </compounddef> -</doxygen> +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="">
+ <compounddef id="md_055_markdown" kind="page">
+ <compoundname>md_055_markdown</compoundname>
+ <title>055_markdown</title>
+ <briefdescription>
+ </briefdescription>
+ <detaileddescription>
+ <sect1 id="md_055_markdown_1autotoc_md0">
+ <title>Foo</title>
+ <sect2 id="md_055_markdown_1autotoc_md1">
+ <title>Bar</title>
+ <para>
+ <ulink url="http://example.com/inline">Inline link</ulink>
+ </para>
+ <para>
+ <ulink url="http://example.com/reference">Reference link</ulink>
+ </para>
+ </sect2>
+ <sect2 id="md_055_markdown_1autotoc_md2">
+ <title>Baz</title>
+ <para>More text</para>
+ <para>
+ <ulink url="http://example.com/last-line">Upper-cased reference link on last line</ulink>
+ </para>
+ <para>Dash - NDash <ndash/> MDash <mdash/> EDash - ENDash -- EMDash --- E3Dash --- </para>
+ </sect2>
+ </sect1>
+ </detaileddescription>
+ </compounddef>
+</doxygen>
|