Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9191e53

Browse files
committed
Change jsdoc author info to match jsdoc documentation format at
http://usejsdoc.org/tags-author.html
1 parent 6d36226 commit 9191e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/javascript_jsdoc.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ snippet /* "A JSDoc comment" b
99
endsnippet
1010

1111
snippet @au "@author email (First Last)"
12-
@author ${1:`!v g:snips_author_email`} (${2:`!v g:snips_author`})
12+
@author ${1:`!v g:snips_author`} [${2:`!v g:snips_author_email`}]
1313
endsnippet
1414

1515
snippet @li "@license Description"

0 commit comments

Comments
 (0)