我希望在继承信息中包含 AppKit 类。例如,如果我有 SuperWindowController 并且它继承自 NSWindowController,那么我希望在生成的 HTML 文件中提到它。就我而言,我实际上对 XML 文件更感兴趣,所以我希望看到这样的内容:
<compounddef id="interface_super_window_controller" kind="class" prot="public">
<compoundname>CBWindowController</compoundname>
<basecompoundref refid="interface" prot="public">NSWindowController</basecompoundref>
</compounddef>