开发者

Weblink in documentation

How do I make doxygen to gener开发者_开发技巧ate clickable hyperlink? Something like this

Stack Overflow

The docs I am generating are HTML only.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜