Skip to content

Commit 4ba7685

Browse files
committed
feat: add support for @template tag (fixes #165)
Though this tag is not defined in jsdoc itself, it is used by closure compiler and later typescript.
1 parent 39918c8 commit 4ba7685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tagNames.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export default {
8585
since: [],
8686
static: [],
8787
summary: [],
88+
template: [],
8889
this: [],
8990
throws: [
9091
'exception'

0 commit comments

Comments
 (0)