Jac*_*don 3 documentation syntax doxygen documentation-generation
我该如何命名Doxygen @ref
标签?
我尝试了以下方法:
See @ref hello_world hello for more information
Run Code Online (Sandbox Code Playgroud)
输出以下内容:
See hello_world hello for more information
Run Code Online (Sandbox Code Playgroud)
hello_world
链接到哪里hello_world
。我正在寻找此输出:
See hello for more information
Run Code Online (Sandbox Code Playgroud)
hello
链接到哪里hello_world
。Doxygen的文档仅包含有关@ref
(\ref
)的LaTeX形式的信息,并且我不知道如何将其应用于JavaDoc样式@ref
。
我将如何更改链接的“文本”值?
归档时间: |
|
查看次数: |
801 次 |
最近记录: |