Enterprise Architect 中的 API 文档
这是我第一次使用 EA。我用它从我的 C++ 头文件生成类图。有没有办法向每个方法和/或变量添加文档并生成描述所有类 API 的文档?
This is my first time using EA. I used it to generate a class diagram from my C++ header files. Is there a way to add documentation to each method and/or variable and to generate a document that describes all the class' API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
EA 模型中的所有内容都包含 Notes 属性。您可以使用“注释”窗口等方式对其进行编辑(例如,在处理类的属性时,“属性”和“操作”窗口有一个用于输入注释的区域)。
当您使用“项目”->“文档”子菜单上的各种工具时,将出现这些注释。
Everything in an EA model includes a Notes property. You can edit this by using the Notes window, among other ways (for instance, when working with a class's properties, the Attributes and Operations windows have an area for entering notes).
These notes will appear when you use the various tools on the Project->Documentation submenu.