Using AutoDoc

The code in this application is annotated with specially formatted comments that are extracted by a tool called AutoDoc. AutoDoc can be freely obtained from www.misckit.com. Examples of the output from AutoDoc are available along with this example at www.cocoaprogramming.net.

AutoDoc is an open-source utility to generate documentation for Objective-C classes, categories, and protocols by extracting comments imbedded in source-code files. AutoDoc will also produce documentation for functions, static inline functions, definitions, macros, typedefs, and global variables. AutoDoc can be used to generate documentation for just one file at a time or for all files in a project. Documentation can be generated in either RTF, HTML, or [PDF]LaTeX ...

Get Cocoa® Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.