summaryrefslogtreecommitdiffstats
path: root/testing/050_verbatim.dox
diff options
context:
space:
mode:
Diffstat (limited to 'testing/050_verbatim.dox')
-rw-r--r--testing/050_verbatim.dox14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/050_verbatim.dox b/testing/050_verbatim.dox
new file mode 100644
index 0000000..0ff315f
--- /dev/null
+++ b/testing/050_verbatim.dox
@@ -0,0 +1,14 @@
+// objective: test \verbatim and \verbinclude commands
+// check: indexpage.xml
+// config: EXAMPLE_PATH = .
+/**
+\mainpage
+Some normal text.
+\verbatim
+A verbatim section with a /* C comment */ in it
+\endverbatim
+Showing a file as verbatim
+\verbinclude sample.bib
+More text after the verbatim section.
+
+*/