Last active
December 20, 2015 02:09
-
-
Save harveytoro/6054225 to your computer and use it in GitHub Desktop.
Because we all love code comments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
* 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