开发者

Objective-C, Doxygen and how to show AppKit classes in documentation

开发者 https://www.devze.com 2023-02-06 05:46 出处:网络
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 gen开发

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 gen开发者_Go百科erated 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>


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

0

精彩评论

暂无评论...
验证码 换一张
取 消