-
FYI jsdoc2md dev dependency sends usage statistics with no opt-out -- would recommend using https://github.com/documentationjs/documentation instead. I used it to generate API docs for `@zhealth/style…
-
### Summary
jsdoc tags `@file` and its synonims `@overview` and `@fileoverview` seem to be ignored by `jsdoc-to-markdown`
#### Steps to reproduce
Create a file with the following contents:
``` js
'…
-
When I add a `@file` comment to a file, it doesn't show in the Markdown.
Example:
```js
/**
* @file This is my file comment.
*/
/**
* This is my funciton.
*/
function a() {
}
```
…
-
Executing `jsdoc` fails because `jsdoc2md` does not check or correct paths.
**File Structure:**
```
Main Path: E:/ServerManager - Master/
- Bin/Docs.js (this generator, see Sample)
- main.js (M…
-
Create a plugin that generates API section using jsdoc comments
This package might be used https://github.com/jsdoc2md/jsdoc-to-markdown
-
I have the following js (`simple.js`):
```
/**
* foo!
* @category A
*/
function foo(){}
/**
* bar!
* @category A
*/
function bar(){}
/**
* baz!
* @category B
*/
function baz(){}
/**
* fo…
-
See: https://github.com/jsdoc2md/jsdoc-to-markdown/issues/188
-
- [x] Create `spectcl.github.io` repo
- [ ] Auto-generate docs for io repo using `jsdoc2md` so that our API docs are kept up-to-date with the code being merged.
-
In NodeJs version 23, running this command against any file...
```
$ jsdoc -X index.js
```
...fails with this output
```
jsdoc-issue lloyd:$ npx jsdoc -X index.js
(node:67669) Experiment…
-
Notably, the documentation should indicate that node.js users can pass a node Buffer into the `encode` API and that the `decode` API in node.js returns a Buffer.
Ideally this could be done in some …