1
All .doc files here will be parsed and included in the autodocs generated
2
by doxygen (see http://www.doxygen.org/). All the other files here (mostly
3
below notes) are available to be vervatim included in some documentation
13
The .doc files here will mostly provide:
15
- The content of the main index page (defined in Mainpage.doc).
17
- Other related documentation pages:
19
/*! \page page1 A documentation page
21
\section sec An example section
22
This page contains the subsections \ref subsection1 and \ref subsection2.
23
For more info see page \ref page2.
24
\subsection subsection1 The first subsection
26
\subsection subsection2 The second subsection
30
/*! \page page2 Another page
34
Those pages will per default appear in the documentations 'Related Pages'
35
section, unless you refer to them from within soome other page by using
38
/** \mainpage A simple manual
42
This manual is divided in the following sections:
44
- \subpage advanced "Advanced usage"
48
- Documentation for a group of classes defined by \ingroup:
50
/*! \defgroup g_Resolvable Resolvable Objects
54
- And whatever else we don't want to keep in the header files.