blob: ba07c1eb051285aa7b038cce5053977b9e4c5ecb (
plain)
1
2
3
4
5
6
7
8
9
|
// objective: test the \author, \since, and \version command
// check: indexpage.xml
/** \mainpage
* \author John Doe
* \author Jane Doe
* \authors David, Steven
* \since version 1.2
* \version 1.8-beta2
*/
|