9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
|
// objective: test \anchor command
|
||
|
// check: indexpage.xml
|
||
|
/** \mainpage
|
||
|
* \ref myanchor "See Anchor"
|
||
|
* Some text.
|
||
|
* \anchor myanchor
|
||
|
* More text.
|
||
|
*/
|