I noticed that Xcode 5 now automatically parses documentation by method. For instance:
+ (Conversation *)conversationWithUser:(User *)user;
It supports multiple @ tokens (I donβt know how to call them). For instance:
However, I still haven't found a way or what format, so I can add bold , italic, or link text.
Does anyone know what kind of document format it is?
source share