This is a collection of code snippets for Xcode that help with implementing Appledoc.
- Clone the repo.
- Copy the files from the
snippetsdirectory into the snippets directore. In Xcode 4.6.3 this is~/Library/Developer/Xcode/UserData/CodeSnippets/. - Restart Xcode.
Start typing appdoc and you'll see a that few entries appear in your code completion list.
my-snippets offers different comments for classes, properties, and methods.
Once you've started commenting with my-snippets, you can run your project through appledoc and get nice documentation.
MIT License.