I just upgraded to Xcode 6.3 and it has the Swift 1.2 support. I was loading quick documentation in a swift file for the description
variable as part of the Printable
protocol.
I noticed that the documentation has a nice little inline code block. I'm as of yet unsure if this was there in the previous version of swift and whether it is "special" or they've added more support for features for inline documentation.
Anybody aware of how to do this for my own quick-help?
I believe Obj-c documentation has much more "features" and perhaps as this is part of an Objc protocol thats why the documentation is "fancy"
Update the following:
/**
Test Protocol Definition
Code Block
**BOLD**
*/
Renders as: