Lloyd Brookes
Lloyd Brookes
Hi! Yes, those globals should be grouped too. I will look into this soon, thanks. --- _[Try the jsdoc2md v2 pre-release](https://github.com/jsdoc2md/jsdoc-to-markdown/releases)_
jsdoc2md outputs Github-flavoured markdown.. does the linter above support GFM?
If you have [GFM](https://github.github.com/gfm/) issues, you could always try the `jsdoc2md --no-gfm` flag..
I personally consider this low priority - it would be a considerable amount of work for not enough meaningful gain.. happy to accept PRs though. Will close for now as...
Re-opening.. it may take some time (given the complexity of the existing handlebars solution) but I will aspire to at least pass a GFM linting test.. I have made a...
handbrake-js is a project with documented events - the event docs on this project generate fine.. this source ``` /** Fired at regular intervals passing a `progress` object. @event module:handbrake-js~Handbrake#progress...
yes, i agree the `@type` field is ignored.. because the event can pass more than 1 type to the event handler.. instead, define the args the the event fires with...
both the jsdoc and handbrake-js examples are correct.. they should both be supported (both the @type and @param) method.. the @type method isn't supported yet but it will be in...
Could you post some example output please, showing me where you expect the tutorial content to appear in the jsdoc2md output.. I am ready to implement this but am looking...