summaryrefslogtreecommitdiffstats
path: root/testing/003_anchor.dox
blob: b28fc5ed710d2893335d5083b2a854a467ade981 (plain)
1
2
3
4
5
6
7
8
// objective: test \anchor command
// check: indexpage.xml
/** \mainpage
 *  \ref myanchor "See Anchor"
 *  Some text.
 *  \anchor myanchor
 *  More text.
 */