如何使用 doxygen 自动创建文档?

发布于 2024-11-30 13:33:43 字数 111 浏览 0 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故人如初 2024-12-07 13:33:43

这里有一篇好文章: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.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文