Skip to content

Instantly share code, notes, and snippets.

@harveytoro
Last active December 20, 2015 02:09
Show Gist options
  • Save harveytoro/6054225 to your computer and use it in GitHub Desktop.
Save harveytoro/6054225 to your computer and use it in GitHub Desktop.
Because we all love code comments
/*******************************************************************************
* Title Here *
* *
* Optional description space *
* *
* @author *
* @version *
* @date *
* @license *
*******************************************************************************/
/**
* Title Here
*
* Optional description space
*
* @package
* @link
* @author
* @license
*/
/*******************************************************************************
* *
* *
* Some cool comment here *
* *
* *
*******************************************************************************/
/*******************************************************************************
********************* ***** ***** *** ** **************************
********************* *** ** ********* * ***************************
********************* ****** *** **** ** ********* ****************************
********************* *** **** ** ********* * ***************************
********************* *** *** *** ** **************************
********************************************************************************
*******************************************************************************/
/**
* @name
* @param
* @return
*/
/**
*
*
*
* @param
* @return
*/
/**
* TO DO: you should really be doing something.
*/
/*******************
*VARIABLES* *
* * info *
* 12 * *
********************
* METHODS * *
* * BOXES *
* 5 * *
********************/
/**********
*VARIABLES*
* *
* 12 *
**********/
/**********
* METHODS *
* *
* 5 *
**********/
/******************************************
* * @author *
* Title * @version *
* * @licience *
******************************************/
/******************************************
*************** @author *
*****TITLE***** @version *
*************** @licience *
******************************************/
/******************************************
Method Name *
* *
Additional comments here *
* *
@param *
* *
@return *
******************************************/
* ************************** *
* * Beware * *
* Dangerous *
* Code *
* * Below * *
* ************************** *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment