Skip to content

Instantly share code, notes, and snippets.

@mbeall
Last active August 29, 2015 14:07
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 mbeall/66a504940f55d16a24d1 to your computer and use it in GitHub Desktop.
Save mbeall/66a504940f55d16a24d1 to your computer and use it in GitHub Desktop.
DocBlock Templates
/**
* A summary informing the user what the associated element does.
*
* A *description*, that can span multiple lines, to go _in-depth_ into the details of this element
* and to provide some background information or textual references.
*
* @author
* @deprecated
* @since
*
* @method
* @uses
*
* @see
*
* @todo
*/
/**
* A summary informing the user what the associated element does.
*
* A *description*, that can span multiple lines, to go _in-depth_ into the details of this element
* and to provide some background information or textual references.
*
* @author
* @copyright
* @license
* @package
* @version
*
* @todo
*/
/**
* A summary informing the user what the associated element does.
*
* A *description*, that can span multiple lines, to go _in-depth_ into the details of this element
* and to provide some background information or textual references.
*
* @author
* @deprecated
* @since
*
* @method
* @uses
* @throws
*
* @param
* @return
* @var
*
* @example
* @see
*
* @todo
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment