-
I like (and use) your plugin - thanks for it.
I've just realized you totally removed the global index. I think it's better not to do it for two reasons:
1. Sometimes the index is helpful (my current…
jjdv updated
2 months ago
-
By default, the instance method of a class output with a instantiate parent class name prefix on every method.
When the className getting ***longer***, or the methods getting ***too many*** , it seem…
-
Is it possible to add a link in the generated Markdown pointing to the source file?
My idea is to make it easy for who is looking at the documentation to open the source and see the code.
It wou…
-
On NPM the multiline examples aren't working:
https://www.npmjs.com/package/binaryquadkey
Not sure if github is your only md target or not.
-
When the configuration file is specified, wouldn't it be better to assume that input sources are handled? Otherwise one has to explicitly specify `files` or `source` only to be overridden by the ones …
kp96 updated
2 months ago
-
Hey folks, I have the following at the beginning of my source and I would expect it to render (it does with normal jsdoc) but it does not with jsdoc2md. Any ideas of how to make this render? Everythin…
-
jsdoc has not had a release since 2017, and does not support BigInts
https://github.com/jsdoc/jsdoc/issues/1918
ghost updated
2 months ago
-
Most time, when running the command to generate the doc with a custom template it fails throwing this error.
If I change the template file and run the command again it works but every time I rerun…
-
I'm trying to document a dynamic generated method, so I use `name` tag for this, but it doesn't generate any namepaths/documentation.
```javascript
class Animal{
/**
* Creates a new anim…
-
Hi,
Option --sort-by was mandatory for me. I use differents signatures for methods, like :
- foo.bar(string)
- foo.bar(Array.)
And I can't imagine there are not together. See https://github.co…
ghost updated
2 months ago