This approach no longer works with Xcode 4. Read Using the Doxygen Helper in Xcode 4 for a work around. In part I I covered how to comment your code with javdoc style comments that can be extracted into html documents or other types of output. What I want to cover in this post is how to incorporate documenting your code into your workflow. The first problem to tackle is the additional overhead inc

