summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-01-05 11:19:00 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-01-05 11:19:00 (GMT)
commitafe51035be938b90b1790aa40937a93207ccdd34 (patch)
tree6fc7a78206a4b68e2f519a46f0104f8beb4391f9 /testing
parentd6ab8a10db09394f2e8368b6f4e787910481f91c (diff)
downloadDoxygen-afe51035be938b90b1790aa40937a93207ccdd34.zip
Doxygen-afe51035be938b90b1790aa40937a93207ccdd34.tar.gz
Doxygen-afe51035be938b90b1790aa40937a93207ccdd34.tar.bz2
Showing information from all `*only commands in XML output
This fix reverts the changes from #381 (i.e issue #4214 "htmlonly content appears in generated XML output (Origin: bugzilla 646002)", as XML is seen as an output format that can be further processed and therefore should contain all possible information.
Diffstat (limited to 'testing')
-rw-r--r--testing/020/indexpage.xml16
-rw-r--r--testing/020_only.dox2
2 files changed, 15 insertions, 3 deletions
diff --git a/testing/020/indexpage.xml b/testing/020/indexpage.xml
index 8bfb472..8820cf7 100644
--- a/testing/020/indexpage.xml
+++ b/testing/020/indexpage.xml
@@ -6,9 +6,21 @@
<briefdescription>
</briefdescription>
<detaileddescription>
- <para>Text.
+ <para>Text. <htmlonly>
+HTML
+</htmlonly> <htmlonly block="yes">
+HTML with block
+</htmlonly> <rtfonly>
+RTF
+</rtfonly> <manonly>
+Man
+</manonly> <latexonly>
+LaTeX
+</latexonly>
XML
- More text. </para>
+ <docbookonly>
+DocBook
+</docbookonly> More text. </para>
</detaileddescription>
</compounddef>
</doxygen>
diff --git a/testing/020_only.dox b/testing/020_only.dox
index f8e2ce1..fc5afc8 100644
--- a/testing/020_only.dox
+++ b/testing/020_only.dox
@@ -1,4 +1,4 @@
-// objective: test the \*only and \*endonly commands
+// objective: test the \*only and \end*only commands
// check: indexpage.xml
/** \mainpage
* Text.