How can I force XCode to show my own documentation for custom classes, methods, etc.? I'm used to Java and Eclipse, which shows me documentation for my classes as shown here:

How can I achieve the same in XCode? Are there special comments that XCode can recognize and display?

