継承情報に 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>
</複合定義>