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:
Honza Pokorny 2014-10-09 14:44:42 -03:00
commit 6103c953d1

View File

@ -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"