How can I create Xcode docsets that look and work like the ones in Apple Core Library How can I create Xcode docsets that look and work like the ones in Apple Core Library xcode xcode

How can I create Xcode docsets that look and work like the ones in Apple Core Library


The best I have found so far is Tomaz's appledoc. With it I can create apple style api documentation and instal it directly into the DocSets that Xcode is uisng. Works very well and is based on doxygen.


Unfortunatelly, the Doxygen output looking and behaving like an Apple Developer Library Document is still to be discovered...