008_brief.c 140 Bytes
Newer Older
1 2 3 4 5 6 7
// objective: test \brief and \file command
// check: 008__brief_8c.xml
/** \file
 *  \brief A brief description.
 * 
 *  More details.
 */