vmarchaud / jsdoc-http-plugin

Document your http endpoints with JSDoc
MIT License
40 stars 10 forks source link

routeparam doing its job only when supposed to #7

Closed antonin-lebrard closed 6 years ago

antonin-lebrard commented 6 years ago

the doclet handler of routeparam check now if it is doing its job when a @route tag is defined in the jsdoc comments it's working on.

vmarchaud commented 6 years ago

Thanks for taking the same to make this PR

cravindra commented 6 years ago

Hello. Can't find this change on the master branch. Is there something extra I need to do apart from the usual npm install --save-dev jsdoc-http-plugin?

antonin-lebrard commented 6 years ago

@cravindra I see it on the master branch here: https://github.com/vmarchaud/jsdoc-http-plugin/commits/master but the npm version is not automatically updated at each commit, so the changes might only appear when pulling directly from github and not from npm.

You could do this in your package.json to get the master branch in your node_modules:

  "jsdoc-http-plugin": "https://github.com/vmarchaud/jsdoc-http-plugin"