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.