Doxygen 和 DocBlox 之间的兼容性
我正在为 Drupal 中的项目选择 API 文档生成器工具。
Drupal Core 的开发人员使用 Doxygen:http://drupal.org/node/1354
阅读他们的评论格式化约定 在我看来,Doxygen 和 DocBlox 使用它们之间兼容的标签。
这个假设正确吗?
这意味着,如果我不明确地遵循 Doxygen 文档或 DocBlox 文档创建文档,它将允许我使用其中任何一个文档生成文档。
I'm in the process of choosing an API Documentation Generator tool for a project in Drupal.
The developers of the Drupal Core use Doxygen: http://drupal.org/node/1354
Reading their comment formating conventions it seems to me that Doxygen and DocBlox use tags that are compatible between them.
Is this assumption correct?
Meaning that if I create my documentation following indistinctly the Doxygen documentation or the DocBlox documentation it would allow me to generate documentation with either of them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,DocBlox 是独立于 Doxygen 开发的,因此两者支持的标签集并不相同,更糟糕的是,某些标签具有相同的名称,但含义/功能不同(例如 @package 和 @var)。
Unfortunately DocBlox was developed independently of Doxygen, so the set of tags both support are not the same and, worse, some tags have the same name but a different meaning/function (examples are @package and @var).