Xcode 5: Showing Quick Help Documentation for Your Code
·1 min
Normally I don’t link to other blogs, but the following post shows how to get Xcode to show Quick Help documentation for the properties and methods you write, covering almost everything I would have covered in an original post:
Generating documentation for properties is especially simple. Add an extra slash to a single-line comment or add an extra asterisk to a multi-line comment. Generating documentation for methods is more complicated since you have to document parameters and return values.