-
I have a jsdoc comment like this:
``` javascript
/**
* Create a new Popper.js instance
* @constructor Popper
* @param {HTMLElement} trigger
* @param {HTMLElement|Object} poppe…
-
The `@callback` use as in http://usejsdoc.org/tags-callback.html works for the standalone case ( `jsdoc2md foo.js > foo.md` ).
However, I'm trying to use a template to generate my `README.md`. Unti…
-
I have a few use cases for this functionality. The first is that I document my jsdoc params with the optional hyphen `-`, between the name and description. This results in double hyphens being output …
-
I love the way dmd generates Markdown documentation, but jsdoc2md uses JSDoc to parse the code and comments, and JSDoc has very poor ES6 support.
I ran across [docchi](https://github.com/daliwali/doc…
-
Modifying any class from https://github.com/jsdoc2md/jsdoc-to-markdown/tree/master/example/src to add:
``` js
this.fakeKey = {...this.fakeKey}
```
And running render.js from https://github.com/jsdoc…
-
I cannot run `npm run docs:jsdoc`, this fails on a weird error.
```
$ npm run docs:jsdoc
> instantsearch.js@1.2.0-beta.0 docs:jsdoc /home/tim/local/www/algolia/javascript/instantsearch.js
> babel-n…
-
If the default value is an array, say `[1,10,20]`, the output is `[1,10,20`
-
Hi! Do you consider the data structure exposed by `jsdoc -X` part of the public API? If so, shouldn't you bump the jsdoc major version number when the data structure changes?
Breaking changes to the…
-
-
Hi,
Using an example will be simpler to explain but in method signature, when a parameter name contains a "." and a suffix which is not in [a-zA-Z0-9_], it's not filtered the same way: https://github…