Blame testing/006_author.dox

Packit Service 50c9f2
// objective: test the \author, \since, and \version command
Packit Service 50c9f2
// check: indexpage.xml
Packit Service 50c9f2
/** \mainpage
Packit Service 50c9f2
 *  \author John Doe
Packit Service 50c9f2
 *  \author Jane Doe
Packit Service 50c9f2
 *  \authors David, Steven
Packit Service 50c9f2
 *  \since version 1.2
Packit Service 50c9f2
 *  \version 1.8-beta2
Packit Service 50c9f2
 */