Merge pull request #466 from craigp/change_jsdoc_author_to_match_ref_docs
Change jsdoc author info to match jsdoc documentation format at http://usejsdoc.org/tags-author.html
This commit is contained in:
commit
6103c953d1
@ -9,7 +9,7 @@ snippet /* "A JSDoc comment" b
|
||||
endsnippet
|
||||
|
||||
snippet @au "@author email (First Last)"
|
||||
@author ${1:`!v g:snips_author_email`} (${2:`!v g:snips_author`})
|
||||
@author ${1:`!v g:snips_author`} [${2:`!v g:snips_author_email`}]
|
||||
endsnippet
|
||||
|
||||
snippet @li "@license Description"
|
||||
|
Loading…
Reference in New Issue
Block a user