I am new to doxygen and i could not find the syntax for me to create a link from main page to a specific page in the related pages section.
For example , i am looking for something similar to this :
http://portaudio.com/docs/v19-doxydocs/index.html
fox example:
PortAudio API Overview -> This is a link to related page.
A top-down view of the PortAudio API, its capabilities, functions and data structure
Any ideas how can i do that ?
Thanks Michael
This should work with \ref
//! \page handle MyPage
//! text in MyPage
//! Some variable. For additional information look at \ref handle "this cool page"
int myvar;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With