-
Good day.
I installed 'jsdoc-route-plugin' about 3 months ago. It worked fine. Today i started new project and setup plugin as usual, but when i try to generate docs (`jsdoc -c jsdoc.json`) i get e…
dffpm updated
5 years ago
-
## The dependency [swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc) was updated from `3.4.0` to `3.5.0`.
🚨 [View failing branch](https://github.com/duyluonglc/adonis-mongodb-boilerplate/compa…
-
I'm trying to use jsdoc on js files that are part of a QML project. QML adds a `.import` syntax that allows QML libraries or other js files to be available within a js file. Unfortunately this seems t…
-
### 🔎 Search Terms
- jsdoc
- `getJSDocTags`
- decorators
### 🕗 Version & Regression Information
This is faulty behavior
### ⏯ Playground Link
https://stackblitz.com/edit/gettextofjsdoccomment-…
-
From the latest jsdoc (v3):
> file:/c:/jsdoc-templates/jsdoc-simple/ uses a global "publish" function, which is deprecated and may not be supported in future versions. Please update the template to u…
-
Jscs "2.10.1" requires jsdoc for any anonymous arrow function.
It's very inconvenient to write jsdoc for functions inside Array.sort, Array.map, Array.filter etc.
Example:
![1](https://cloud.github…
-
Input:
```ts
/**
* @name foo
* @constructor
* @template T
*/
```
Result:
```ts
/**
* @name foo
* @constructor
* @template T
*/
declare class foo {
}
```
Expected:
```t…
-
When using JSDT without TernIDE, with JSDoc like below
```
/** base node package */
var http = require('http');
var serveStatic = require('serve-static');
```
when mouse-over `http` anywhere inside …
-
Hi, Thiago
So i tried to return declared Type from API method and added type's reference to JSDoc, but swagger generator can't handle it. It just writes 'Inline Model 1':
You can see examples …
-
The code explanation works well but copying it over and formatting it is kinda annoying. It would be nice if the code explanation could just offer a copyable JSDoc / Python Docstrings version
┆Issue …