Tool: Simple Apple Style HTML And Xcode Documentation Generator (Open Source)
There are quite a few documentation tools out there. What’s really great about this tool is how easy it is to use for an Objective-C developer. The end result is that you can generate HTML documentation looks exactly like Apple’s own documentation complete with navigation along with fully indexable and browsable Xcode documentation.
The tool is Appledoc from Gentlebytes, and along with the source of the project they have provided extensive usage examples and documentation.
Here’s an example of the generated HTML documentation:
Sample appledoc documentation
The homepage can be found here:
http://www.gentlebytes.com/home/appledocapp/
The Github page can be found here:
https://github.com/tomaz/appledoc
Looks like a good solution for anyone wanting to create great looking documentation easily.
[via Alex Curylo]
Submit A Resource
Have you created a useful tutorial, library or tool for iOS development that you would like to get in front of our 300,000+ monthly page views from iOS developers?
You can send a Tweet to @maniacdev on Twitter or submit the url here.
The resources we feel will appeal to our readers the most will be posted on the front page.







AppleDoc is really an excellent tool, we’re using it for the Sparrow documentation as well. The author is also extremely helpful and friendly when you run into problems and need help. Definitely recommended!