Tidied up phpdoc annotations for classes & removed extra docblock
comment from doc_h
This commit is contained in:
parent
97dd2011e1
commit
4e850eee05
@ -69,11 +69,13 @@ snippet doc_c
|
|||||||
/**
|
/**
|
||||||
* ${3:undocumented class}
|
* ${3:undocumented class}
|
||||||
*
|
*
|
||||||
* @packaged ${4:default}
|
* @package ${4:default}
|
||||||
* @author ${5:`g:snips_author`}
|
* @subpackage ${5:default}
|
||||||
|
* @author ${6:`g:snips_author`}
|
||||||
*/
|
*/
|
||||||
${1:}class ${2:}
|
${1:}class ${2:}
|
||||||
{${6}
|
{
|
||||||
|
${7}
|
||||||
} // END $1class $2
|
} // END $1class $2
|
||||||
# Constant Definition - post doc
|
# Constant Definition - post doc
|
||||||
snippet doc_dp
|
snippet doc_dp
|
||||||
@ -125,9 +127,6 @@ snippet doc_h
|
|||||||
* @package ${5:default}
|
* @package ${5:default}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* Define DocBlock
|
|
||||||
*/
|
|
||||||
# Interface
|
# Interface
|
||||||
snippet doc_i
|
snippet doc_i
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user