0

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>

westsider
  • 4,967
  • 5
  • 36
  • 51

1 Answers1

1

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

Mark Lilback
  • 1,154
  • 9
  • 21