The fine guys from CocoaPods now provide us CocoaDocs a tool to search and view documentation for most the libraries that are available in their pods repository.
The best thing is that if you have a library and its configured to to be a cocoapod the documentation is automatically generated for you.
The index page is base on the Readme.md file in the repository and the class documentation is generated from the code comments in you classes.
You just need to follow the AppleDoc syntax.
Leave a Reply