Arnaud Botella
2020-05-04 c1b8845a268e92d28d07a41024442ef3a35a02c9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*! \page A simple manual
 
Some general info.
 
This manual is divided in the following sections:
- \subpage intro
- \subpage advanced "Advanced usage"
*/
 
//-----------------------------------------------------------
 
/*! \page intro Introduction
This page introduces the user to the topic.
Now you can proceed to the \ref advanced "advanced section".
*/
 
//-----------------------------------------------------------
 
/*! \page advanced Advanced Usage
This page is for advanced users.
Make sure you have first read \ref intro "the introduction".
*/