You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ Option | Default | Description
37
37
**g:jsdoc_type_hook** | {} | Allow to insert default description depending on the type.
38
38
**g:jsdoc_enable_es6** | 0 | Enable to use ECMAScript6's Shorthand function, Arrow function.
39
39
**g:jsdoc_tags** | see :h | Allow use of alternate tags (the ones that support synonyms) per JSDoc documentation. Can be changed on a per tag basis, for example: `let g:jsdoc_tags = {} | let g:jsdoc_tags['param'] = 'arg'`
40
+
**g:jsdoc_user_defined_tags** | {} | Allow use of `user_defined_tags`.
40
41
41
42
## Keymap
42
43
Since version `0.3`, `g:jsdoc_default_mapping` was removed.
0 commit comments