-
I feel like this is something I'm doing wrong. I'm using a custom template to render my docs. When I include an example in my jsdoc string on a function that has a single quote it in, I end up getting…
-
I'm not sure if this is possible. I hope you'll forgive me for asking this question here.
I have a module and a lot of files that export a single function automatically in the module with the filen…
-
We're running into an issue where we randomly get "There are no input files to process" errors.
Initially files run through https://github.com/jsdoc2md/gulp-jsdoc-to-markdown. At some point the fol…
-
Howdy!
`@typicalname` is a very useful feature, but I was wondering if there's a way to define a `@typicalname` for a class, and ignore it for static members/methods.
Currently, the `@typicalname`…
-
```shell
Howards-Air:wechaty howard$ docker run -ti --rm --volume="$(pwd)":/bot zixia/wechaty example/hot-reload-bot/index.js
__ __ _ _
\ \ / /__ ___| |…
-
## Version **2.0.1** of [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) just got published.
Branch
Build failing 🚨
Dependency
…
-
Looks like b9b73cf685472671de75270f4e5a4799287d6b7d removed it. Any reason why?
-
Hello. I have project structure like this:
```
+ /lib
|- one.js
|- two.js
|+ /subdir
|- three.js
```
When I'm using command-line utility `jsdoc2md lib/**/*.js > DOCS.md` it ignores `one.js`…
-
Is there a way to enable Github source code linking like [Dokker](http://dokkerjs.com/) does?
-
@mtraynham pointed out in #1101:
> Minor caveat on #1097 (the classes). Both jsdoc2md and grunt-jsdoc (with docstrap) add the "new" keyword to these classes. Most of the documentation doesn't use it,…