-
I use an ODM which associates instance methods with a Model like so:
````javascript
Model.define("someFunction", someFunction)
````
I therefore have to tell jsdoc via `@instance` that these ar…
-
This is an automated proposal to look at a commit made by Maki and import it into [Overte](https://github.com/overte-org/overte)
| **Commit:** | 70653ac1e8ed2f82baaa2485f8af3bed17c4ba7e |
| --- | --…
-
I'm trying to set up jsdoc3 with jaguarjs, and it seems to not want to listen to me. At all.
I simply cloned https://github.com/davidshimjs/jaguarjs-jsdoc into the dir I'm working in, and created a c…
-
Right now I couldn't find a way to document that a function argument (a property, or anything really) is a class, or a constructor **of a specific type**.
Here's a condensed example of the problem:…
-
Our codebase uses flow type annotations which forced me to use jsdoc-babel despite babylon being now integrated into JSDoc. Unfortunately when using the `transform-flow-strip-types`-plugin there is no…
-
**Checklist**
- [x] I have tried restarting my IDE and the issue persists.
- [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed.
**Tell u…
-
Requires #2 to be completed.
Goals:
- [ ] All the functions implemented in the `C_`` namespaces should be properly documented (public API)
- [ ] The components (classes) used internally should …
-
Create a plugin that generates API section using jsdoc comments
This package might be used https://github.com/jsdoc2md/jsdoc-to-markdown
-
## Expected behavior
I would like to be able to reference instance properties from an inline `{@link ...}` tag on a class and have the `no-undefined-types` rule recognise this as a defined type.
…
-
**Is your feature request related to a problem?**
Prettier Plug-ins can collide with each-other: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/31
**Describe the solution you'd…