Objective-C、Doxygen 以及如何在文档中显示 AppKit 类

发布于 2024-10-13 11:40:56 字数 493 浏览 7 评论 0原文

我希望将 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 技术交流群。

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

发布评论

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

评论(1

ゝ杯具 2024-10-20 11:40:56

您需要链接到 Apple 网站的自定义标记文件。我创建了一组您从我的博客下载

You need custom tag files that link to Apple's website. I created a set of them that you download from my blog.

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