Support for @tutorial #115
Labels
enhancement
more info
More info required to reproduce
template
Requires a change to a dmd partial/helper
I have tried using JSDoc 3's
@tutorial
withjsdoc-to-markdown
with no success.I'm trying to extract common documentation in an npm package and include parts in other packages. I'm using
@tutorial
for explanation of things which are not bound to symbols e.g. functions or typedefs. For e.g. I'd like to explain what currying is once in this package, and include that documentation in other packages all of which use currying.It would be great if jsdoc-to-markdown supports
@tutorial
out of the box. Second best would be a plugin for it (I'm trying to get my head around writing a partial for it. I'm not sure how to access tutorials and list them out. Also, I don't know how to link to a tutorial in functions in which I add@tutorial curry
for e.g.)The text was updated successfully, but these errors were encountered: