I have started a script to extract up to date API reference documentation from Cappuccino.
The documents are located here and are updated nightly.
Specifically the master branch of the Cappuccino repository at Github is pulled and the script parses this.
Click on Parent names to navigate to the reference for that class, and click on Class name and Method names to jump to the point in the source where the definision occurs.
The main motivation for this is the persistant problem with the current doxygen system which seems to miss methods in the source and the fact that I don’t believe the doxygen docs in the source are very useful compared to simply using the Cocoa docs.
The future
The main features I wish to build in next is support for Tags on the Cappuccino repository so that ref docs for different Cappuccino versions can be easily created. A mechanism to generate API diffs (whats new and whats been removed) for each Tag.
I also feel it would be useful to have the methods link to the appropriate Cocoa reference docs if this is easily done.
And of course anything else I or you can think of!
Regards
Steve

