diff -r 932c358ece3e -r d8fccb2cd802 Orb/Doxygen/examples/page.doc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Orb/Doxygen/examples/page.doc Fri Apr 23 20:47:58 2010 +0100 @@ -0,0 +1,14 @@ +/*! \page page1 A documentation page + 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. +*/