diff options
author | albert-github <albert.tests@gmail.com> | 2020-01-05 11:19:00 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-01-05 11:19:00 (GMT) |
commit | afe51035be938b90b1790aa40937a93207ccdd34 (patch) | |
tree | 6fc7a78206a4b68e2f519a46f0104f8beb4391f9 /testing/020 | |
parent | d6ab8a10db09394f2e8368b6f4e787910481f91c (diff) | |
download | Doxygen-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/020')
-rw-r--r-- | testing/020/indexpage.xml | 16 |
1 files changed, 14 insertions, 2 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> |