Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
JavaDoc-like documentation for Objective-C in Xcode?
How to decorate Objective C methods with documentation?

I am new with objective-c. I want to add some comments for my methods so I can see these comments anywhere, anywhen I type the name of these methods and press Ctrl - Space bar. This is similar what we do with java or C#. Please give me some steps to do this.

share|improve this question

marked as duplicate by rob mayoff, CodaFi, 0x8badf00d, Moritz Bunkus, Bohemian Dec 20 '12 at 12:21

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 2 down vote accepted

You can use Appledoc (see this answer: Xcode: show documentation for my custom classes)

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.