Skip to content

Instantly share code, notes, and snippets.

@dumindu
Created December 27, 2015 16:13
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 dumindu/60638b5d7b7d4b902cb4 to your computer and use it in GitHub Desktop.
Save dumindu/60638b5d7b7d4b902cb4 to your computer and use it in GitHub Desktop.
/// Line comments; document the next item
/** Block comments; document the next item */
//! Line comments; document the enclosing item
/*! Block comments; document the enclosing item !*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment