diff options
author | albert-github <albert.tests@gmail.com> | 2015-08-12 11:44:36 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-08-12 11:44:36 (GMT) |
commit | 02ce4f0b2b58ef32dd783b359daf7cc01079462a (patch) | |
tree | 45cf58a493654c64384621f29571e9159e3d69d4 /testing | |
parent | 6004d659c1ca280acc6588351176be63b55faf70 (diff) | |
download | Doxygen-02ce4f0b2b58ef32dd783b359daf7cc01079462a.zip Doxygen-02ce4f0b2b58ef32dd783b359daf7cc01079462a.tar.gz Doxygen-02ce4f0b2b58ef32dd783b359daf7cc01079462a.tar.bz2 |
Bug 646002 - htmlonly content appears in generated XML output
Test has to be adjusted as well.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/020/indexpage.xml | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/testing/020/indexpage.xml b/testing/020/indexpage.xml index 87ceb53..f7cd444 100644 --- a/testing/020/indexpage.xml +++ b/testing/020/indexpage.xml @@ -4,21 +4,9 @@ <compoundname>index</compoundname> <title>My Project</title> <detaileddescription> - <para>Text. <htmlonly> -HTML -</htmlonly> <htmlonly> -HTML with block -</htmlonly> <rtfonly> -RTF -</rtfonly> <manonly> -Man -</manonly> <latexonly> -LaTeX -</latexonly> + <para>Text. XML - <docbookonly> -DocBook -</docbookonly> More text. </para> +More text. </para> </detaileddescription> </compounddef> </doxygen> |