summaryrefslogtreecommitdiffstats
path: root/examples/page.doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/page.doc')
-rw-r--r--examples/page.doc12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/page.doc b/examples/page.doc
new file mode 100644
index 0000000..41c9e02
--- /dev/null
+++ b/examples/page.doc
@@ -0,0 +1,12 @@
+/*! \page page1 A documentation page
+ This page contains the subsections \ref subsection1 and \ref subsection2.
+ For more info see section \ref page2.
+ \subsection subsection1 The first subsection
+ Text.
+ \subsection subsection2 The second subsection
+ More text.
+*/
+
+/*! \page page2 Another page
+ Even more info.
+*/