Doxygen 和外部点文件。

发布于 2024-12-05 01:25:38 字数 127 浏览 4 评论 0原文

我想在我的 doxygen 文档中包含一个外部点图 - 在 \mainpage 我的个人索引页 中。我该怎么办呢?

我可以将它作为附加的 png 包含进去,还是可以让 doxygen 自己生成图表?

I want to include an external dot diagram to my doxygen documentation -- in \mainpage My Personal Index Page. How would I go about it?

Would I include it as an attached png or can I have doxygen generate the diagram itself?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

怪我闹别瞎闹 2024-12-12 01:25:38

您可以使用 \dotfile 命令从 doxygen 注释块内引用点文件。

Doxygen 将运行 dot 并将生成的图像包含在生成的文档中。

请参阅http://www.doxygen.nl/manual/commands.html#cmddotfile 了解更多信息。

You can use the \dotfile command to reference a dot file from inside a doxygen comment block.

Doxygen will run dot and include the resulting image in the generated documentation.

See http://www.doxygen.nl/manual/commands.html#cmddotfile for more info.

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