-
### Input code
(Minimal repro: https://github.com/MattIPv4/jsdoc-method-type)
Working, without `@type`: `a.js`
```js
/**
* Test global a
*
* @param {string} one
* @param {number} two…
-
### Input code
```js
node_modules/.bin/jsdoc -c ./jsdoc.js
```
### JSDoc configuration
```js
module.exports = {
"tags": {
"allowUnknownTags": true
},
"source": {
…
-
like discussed on discord :)
the idea is to be able to use custom jsdoc annotations to document things in storybook
based on this work https://github.com/shoelace-style/shoelace/blob/dafb35c6e2101…
-
I have the following options set
```
{
"plugins": ["jsdoc-jsx"],
"jsx": {
"extensions": ["js", "jsx"],
"react": true,
"harmony": true,
"nonStrictEs6modu…
-
Why jsdoc-vuejs doesnot support markdown plugin?
It doesnot even support multiple-line comments.
-
First of all, thank you for maintaining this plugin.
I would like to ask a question. After curiously looking at commit history, I found out that you omit the plugin information (`jsdoc` I guess?) i…
-
## What is the Problem Being Solved?
Our JSDoc comments are inconsistent and require manual typing to achieve the consistency we do have.
## Description of the Design
Automate formatting of J…
-
### Feature description
Currently, documentation around plugin events and params is not complete, and often lacks behind the event implementation itself.
It would be a great boost in DevEx having …
-
I love your extension but nowadays its boring to use it with doc bloc.
I would love you to update finding types from the lines like this -> protective string $variable
I already updated the code so …
-
### Describe the bug
type intellisense is perpetually in "loading state" and the VS code typescript plugin is repeatedly crashing returning ultimately the following notice.
"The JS/TS language s…