-
Hello! I try to generate documentation for file Leader.js, but in output I found only source description file - Leader.js.html, but Leader.html doesn't exist. What's wrong? Where the Leader.html? Than…
-
Cool plugin! I'm using it extensively.
Would be nice if it would also render mermaid charts from the README.md on the "Home" page of the documentation.
-
I'm writing some JSDoc comments and I noticed that editorconfig doesn't make any distinction between code and comments.
The problem here is that JSDoc makes use of the Markdown convention of 2 trai…
-
When reading the Vaadin Connect documentation I want to find the JS API reference deployed to the project GitHub pages so that I can open them online rather than having to read them from the source co…
-
When the rule fixer moves a function, it leaves the JSDoc comment behind, making this plugin unusable currently, because I have my ESLint configured to fix on save. :(
-
Please support the `@brief` notation, for a more seamless experience integrating Doxygen-style documentation with jsdoc.
In particular, just catch and silently ignore this directive altogether (!)
…
-
Hi, first of all thank you for your awesome plugin!
I'm trying to add your specific tags in my jsDoc documentation, but I have a strange behaviour.
If I use `$rootScope` in `@name` tag before Angular…
-
Sometime constructor overloads produces don't correctly populate existing class but instead create duplicated one. This only happens if class expression is used and result is assigned to complex path.…
-
The following should all be valid JSDoc:
```js
/**
* @param readonly
*/
```
```js
/**
* @param {boolean} readonly
*/
```
```js
/**
* @param {object} params
* @param {boolean}…
-
When the parent class overrides the inherited method, that method is not documented in the child class. The example below shows 3 classes Shape, ConvexPolygon, Rectangle inheriting from each other res…