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
**g:jsdoc_return_type** | 1 | Prompt for and add a type for the aforementioned `@return` tag.
32
32
**g:jsdoc_return_description** | 1 | Prompt for and add a description for the `@return` tag.
33
-
**g:jsdoc_access_descriptions** | 0 | Set value to 1 to turn on access tags like `@access <private|public>`. Set value to 2 to turn on access tags like `@<private|public>`
33
+
**g:jsdoc_access_descriptions** | 0 | Set value to 1 to turn on access tags like `@access <private\|public>`. Set value to 2 to turn on access tags like `@<private\|public>`
34
34
**g:jsdoc_underscore_private** | 0 | Set value to 1 to turn on detecting underscore starting functions as private convention
35
35
**g:jsdoc_allow_shorthand** | 0 | Set value to 1 to allow ECMAScript6 shorthand syntax. Since ver `0.5.0` deprecated. Use `g:jsdoc_enable_es6` instead.
36
36
**g:jsdoc_param_description_separator** | ' ' | Characters used to separate `@param` name and description.
37
37
**g:jsdoc_custom_args_hook** | {} | Override default type and description. See help more detail.
38
38
**g:jsdoc_custom_args_regex_only** | 0 | When using `custom_args_hook`, only match against regexes
39
39
**g:jsdoc_type_hook** | {} | Allow to insert default description depending on the type.
40
40
**g:jsdoc_enable_es6** | 0 | Enable to use ECMAScript6's Shorthand function, Arrow function.
41
-
**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'`
41
+
**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'`
42
42
**g:jsdoc_user_defined_tags** | {} | Allow use of `user_defined_tags`.
0 commit comments