How do I make doxygen to generate clickable hyperlink? Something like this
Stack Overflow
The docs I am generating are HTML only.
In computing, a hyperlink, or simply a link, is a reference to data that the user can follow by clicking or tapping. A hyperlink points to a whole document or to a specific element within a document. Hypertext is text with hyperlinks. The text that is linked from is called anchor text.
Example: href="https://www.example.org". The URL https://www.example.org is defined as the target address of the hyperlink. The title attribute enables you to add any link title to a hyperlink.
Just do it the same way you would do it in HTML, i.e.
<a href="http://stackoverflow.com">Stack Overflow</a>
See http://www.doxygen.org/autolink.html for more info.
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