deshaw/gulp-jsdoc3

Is there any way to make jsDoc parse more than one .md file ?

Avcajaraville opened this issue · 4 comments

On our project, we do have several md files that explains different parts of the app.

Would be possible to add this feature or it is there already ?

If we pass a glob pointing to our md folder (where all of our md files are), gulp-jsdoc only uses the last one there.

Thanks !

We just pass all the glob to jsdoc. This question is better suited to the package we are a thin wrapper over: https://github.com/jsdoc3/jsdoc/

I will say, just for the sake of document it, and maybe to help others who might have this issue as well, that I'm using now tutorials.

It is not a perfect solution, but definitely helps to achieve my goal. This, combined with a custom template, creates just what I was looking for.

Updated README: af939b4

Thanks for the note!

Great, happy that my note helped :)