1

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.

Community
  • 1
  • 1
Nguyen Minh Binh
  • 22,901
  • 30
  • 113
  • 160

1 Answers1

1

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

Community
  • 1
  • 1
Zaphod
  • 6,164
  • 3
  • 36
  • 54