Skip to content

Instantly share code, notes, and snippets.

@luan03
Created August 28, 2013 18:51
Show Gist options
  • Save luan03/6369782 to your computer and use it in GitHub Desktop.
Save luan03/6369782 to your computer and use it in GitHub Desktop.
/* This is a basic comment */
/* ==========================================================================
This is a Section Comment
========================================================================== */
/* ==========================================================================
This is a Sub-Section Comment
========================================================================== */
/**
* Short description using Doxygen-style comment format
*
* The first sentence of the long description starts here and continues on this
* line for a while finally concluding here at the end of this paragraph.
*
* The long description is ideal for more detailed explanations and
* documentation. It can include example HTML, URLs, or any other information
* that is deemed necessary or useful.
*
* @tag This is a tag named 'tag'
*
* TODO: This is a todo statement that describes an atomic task to be completed
* at a later date. It wraps after 80 characters and following lines are
* indented by 2 spaces.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment