vmarchaud / jsdoc-http-plugin

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

Get a directory=<directory> is mandatory #10

Closed molinto closed 6 years ago

molinto commented 6 years ago

Followed instructions

jsdoc --config jsdoc.conf An argument like -d= or --directory= is mandatory! Try 'jsdoc --help' or 'man jsdoc' for more information.

vmarchaud commented 6 years ago

You need to the configure the directory where to lookup for docs either in the .conf or via the cli flags, not related to this project

molinto commented 6 years ago

Thanks, my bad.

I had to use _./nodemodules/.bin/jsdoc -c jsdoc.conf to get around this.