Change jsdoc author info to match jsdoc documentation format at
http://usejsdoc.org/tags-author.html
This commit is contained in:
parent
6d36226a18
commit
9191e53407
@ -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