如何拥有多个 Doxyfile?

发布于 2024-10-12 04:03:55 字数 233 浏览 7 评论 0原文

我正在开发一个包含其他第三方库的项目。所有这些 3rd 方库都带有自己的 Doxyfile,并且每个库都有自己特定的“Image”文件夹。不幸的是,其中一些库使用相同的命名约定来命名图像。

由于这个原因,如果我为整个源树(包括第 3 方库)生成文档,它会由于图像名称冲突而变得模糊,并且包含来自错误文件夹的图像。

如何使用多个 Doxygen 文件,以便每个库都有自己的沙箱?最后,整个文档输出可以以某种方式相互链接吗?

I am working on a project that includes other 3rd party libraries. All of these 3rd party libraries come with their own Doxyfile, and every of these libraries have their own specific 'Image' folder. Unfortunately some of these libraries are using the same naming conventions to name images.

Due to this reason, if I generate a Documentation for the entire source tree (including 3rd party libraries), it falls in ambiguity due to clashing image-names, and includes images from wrong folder.

How can I use multiple Doxygen files, so each library has its own sandbox? And at the end, the entire documentation output can be interlinked somehow?

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

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

发布评论

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

评论(1

街角卖回忆 2024-10-19 04:03:55

查看 doxygen 手册中有关链接到外部文档的章节。使用标记文件很容易实现您想要的目标。

Check out the doxygen manual chapter about Linking to external documentation. It is fairly easy to achieve what you want using tag files.

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