Doxygen - 使所有出现的单词引用相同的事物
这是参考正常页面文档。
我想知道是否有可能使每个出现的单词都引用某些内容(在本例中链接到类文档。
示例
/**
@mainpage Blah
@re com.blah.class label = Class **(or something)**
If you notice Class does this.
...
...
This is because the way Class works...
...
@endmainpage
*/
,并且在页面中,当您阅读时,您可以单击单词 Class 将您带到文档
This in reference to a normal page documentation.
I was wondering if it was possible to make each occurrence of a word reference something (in this case linking to a class documentation.
example
/**
@mainpage Blah
@re com.blah.class label = Class **(or something)**
If you notice Class does this.
...
...
This is because the way Class works...
...
@endmainpage
*/
and in the page, as you read, you can click into the word Class to take you to the documentation
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果页面放置在正确的上下文(命名空间/包)中,那么它应该可以工作,例如,请参阅以下(C ++)示例:
另一种方法是
在配置文件中使用以下别名定义:
If the page is put in the right context (namespace/package) then it should work, e.g. see the following (C++) example:
An alternative would be to use
Along with the following alias definition in the config file: