Objective-C、Doxygen 以及如何在文档中显示 AppKit 类
我希望将 AppKit 类包含在继承信息中。例如,如果我有 SuperWindowController 并且它继承自 NSWindowController,那么我希望在生成的 HTML 文件中提到这一点。就我而言,我实际上对 XML 文件更感兴趣,所以我希望看到的是这样的:
<化合物名称>CBWindowController
NSWindowController< /basecompoundref>
I am looking to include AppKit classes in inheritance information. For example, if I have SuperWindowController and it inherits from NSWindowController, then I would like that mentioned in the generated HTML files. In my case, I am actually more interested in the XML files, so what I'd like to see there is something like this:
<compounddef id="interface_super_window_controller" kind="class" prot="public">
<compoundname>CBWindowController</compoundname>
<basecompoundref refid="interface" prot="public">NSWindowController<
/basecompoundref></compounddef>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要链接到 Apple 网站的自定义标记文件。我创建了一组您从我的博客下载。
You need custom tag files that link to Apple's website. I created a set of them that you download from my blog.