Created
December 25, 2010 03:24
-
-
Save Krishna/754656 to your computer and use it in GitHub Desktop.
Invoking with rocco on an Objective-C file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rocco --language=objective-c --comment-chars=/// ktext.h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note the use of triple slash to as the comment-character.
This allows us to markup literate comments using ///
Normal comments wont get extracted by rocco.