如何使用doxygen将新选项卡添加到navindex?

时间:2014-09-05 15:21:55

标签: doxygen

我正在使用doxygen来生成API文档,并希望添加一些教程(将在dox文件中编写)。

我想添加一个新标签" Tutorials"进入navindex。

我应该如何实现这一目标?是否可以使用示例作为教程?

感谢您的任何建议。

1 个答案:

答案 0 :(得分:0)

我按照此博客中的建议解决了这个问题:http://matthewtyler.io/adding-tabs-in-doxygen/

<tab type="user" url="@ref licence" visible="yes" title="Licence"/>