-
in production build I get the error saying Cannot find module electron-log/main when I start the application
![image](https://github.com/user-attachments/assets/91b11c6e-b806-4e92-b939-8bae00c89d91…
-
First of all, thank you for this useful plugin.
Is it possible make "CTRL+SHIFT+D" (or another shortcut) toggles jsdoc asterisks and indentation? Or, in alternative, add a function "copy selected …
-
For JavaScript we all love JSDoc and I personally use it all the time.
For Solidity I find myself **having to manually add documentation** blocks above smart contract functions...
Will the Solidit…
-
**Bug report**
Repository with the entire setup (reproducible): https://github.com/amsyarasyiq/dts-bundle-jsdocs-strip-issue
In below example, function `executePlugins` and array `plugins` docs ar…
-
ESDoc has a pretty cool Documentation Coverage report: https://doc.esdoc.org/github.com/esdoc/esdoc/source.html
I find the report very helpful, but ESDoc just doesn't have the rich tag support or pro…
-
Unfortunately, our REST API is spread across the plugins. Additionally, nothing was documented properly. Most handlers are poorly designed in terms of [OpenAPI](https://www.openapis.org) specification…
-
JSDoc uses the term "doclet" to refer to an object that represents the documentation for a JS symbol. It's important to know something about doclets if you're doing any of the following:
- Creating or…
-
Add jsdoc linting to `qx lint` via https://eslint.org/docs/rules/valid-jsdoc - It should only output warnings, not errors so that it won't break automatic testing.
-
### 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": {
…