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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access