summaryrefslogtreecommitdiffstats
path: root/testing/020_only.dox
diff options
context:
space:
mode:
Diffstat (limited to 'testing/020_only.dox')
-rw-r--r--testing/020_only.dox24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/020_only.dox b/testing/020_only.dox
new file mode 100644
index 0000000..be21136
--- /dev/null
+++ b/testing/020_only.dox
@@ -0,0 +1,24 @@
+// objective: test the \*only and \*endonly commands
+// check: indexpage.xml
+/** \mainpage
+ * Text.
+ * \htmlonly
+ * HTML
+ * \endhtmlonly
+ * \rtfonly
+ * RTF
+ * \endrtfonly
+ * \manonly
+ * Man
+ * \endmanonly
+ * \latexonly
+ * LaTeX
+ * \endlatexonly
+ * \xmlonly
+ * XML
+ * \endxmlonly
+ * \docbookonly
+ * DocBook
+ * \enddocbookonly
+ * More text.
+ */