jsdoc-route-plugin
jsdoc-route-plugin copied to clipboard
This repository holds a plugin for JsDoc which adds custom tags to the default template for documenting Express routes.
Part way down The router var magically changes from the declared `app` to an undeclared `server`, and then back again. Copy-paste error or partially-complete refactoring, probably? This won't compile in...
Heya, so I'm having a bit of an issue with jsdoc-route-plugin; this plugin is doing it's job exactly as it should be except for the fact that it's writing the...
Would be great if u are interested
Good day. I installed 'jsdoc-route-plugin' about 3 months ago. It worked fine. Today i started new project and setup plugin as usual, but when i try to generate docs (`jsdoc...
How is return data defined for routes? I attempted to use the @returns block tag, but nothing is rendered.
Just using the default template and the plugin, the routes should show under their own section. Haven't looked into how to do this yet.
If possible (I haven't looked into the technical restraints) it would be nice if we could use `query`, `header`, `param` instead of `queryparam`, `headerparam`, `routeparam`.