如何使用 doxygen 自动创建文档?
我有一个 C++ 库。并且我使用 doxygen 生成了它的文档。我正在这个 C++ 库上使用 tcl 应用程序。所以我想自动创建tcl层的文档。有没有 doxygen 标签可以完成我的工作?回复紧急....
I have a c++ library .And I have generated its documentation using doxygen. And I am using tcl application over this c++ library. So I want to automatically create documentation for the tcl layer. Is there any doxygen tag that will do my job? reply its urgent....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有一篇好文章:http://wiki.tcl.tk/27011
(该页面的简短回答:只要您至少有 doxygen 1.7.5,它就可以工作。您可能需要定义在其中进行替换的其他命令,以便获取所有相关声明。)
A good article here: http://wiki.tcl.tk/27011
(Short answer from that page: as long as you have at least doxygen 1.7.5, it works. You might need to define additional commands that do substitutions inside them in order to pick up all relevant declarations.)