diff options
Diffstat (limited to 'examples/page.doc')
-rw-r--r-- | examples/page.doc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/page.doc b/examples/page.doc new file mode 100644 index 0000000..f83f896 --- /dev/null +++ b/examples/page.doc @@ -0,0 +1,15 @@ +/*! \page page1 A documentation page + \tableofcontents + Leading text. + \section sec An example section + This page contains the subsections \ref subsection1 and \ref subsection2. + For more info see page \ref page2. + \subsection subsection1 The first subsection + Text. + \subsection subsection2 The second subsection + More text. +*/ + +/*! \page page2 Another page + Even more info. +*/ |