Skip to content

Instantly share code, notes, and snippets.

@Krishna
Created December 25, 2010 03:24
Show Gist options
  • Select an option

  • Save Krishna/754656 to your computer and use it in GitHub Desktop.

Select an option

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

Krishna commented Dec 25, 2010

Copy link
Copy Markdown
Author

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