Skip to content

Instantly share code, notes, and snippets.

@Krishna
Created December 25, 2010 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Krishna/754656 to your computer and use it in GitHub Desktop.
Save Krishna/754656 to your computer and use it in GitHub Desktop.
Invoking with rocco on an Objective-C file
rocco --language=objective-c --comment-chars=/// ktext.h
@Krishna
Copy link
Author

Krishna commented Dec 25, 2010

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment