当 .h & 时会发生什么? .cpp Doxygen 标签冲突?

发布于 2024-11-04 14:07:45 字数 81 浏览 2 评论 0原文

我有 .h &我的项目中的 .cpp 文件在两个位置都有 /brief 标签:当两个潜在的文档位置之间存在冲突时,doxygen 会做什么?

I have .h & .cpp files in my project that have /brief tags in both locations: what does doxygen do when there is a conflict between the 2 potential locations for documentation?

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

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

发布评论

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

评论(1

一绘本一梦想 2024-11-11 14:07:45

它位于 文档 中:

允许有多个简短或详细的描述(但不推荐,因为未指定描述出现的顺序)。

以及简短命令的文档

如果存在多个 \brief 命令,它们将被连接起来。

It is in the documentation :

Having more than one brief or detailed description is allowed (but not recommended, as the order in which the descriptions will appear is not specified).

And the documentation for the brief command:

If multiple \brief commands are present they will be joined.

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