jaredly / redoc

A clean & easy documentation generator for reason/bucklescript/ocaml
https://jaredforsyth.com/redoc/index.html
116 stars 11 forks source link

Don't build documentation for non-public directories #14

Open bordoley opened 6 years ago

bordoley commented 6 years ago

I have a bunch of my modules in my bsb project that reside in directories marked not public in my bsconfig. Ideally these would not be documented either in the output of docre.

bordoley commented 6 years ago

I'll take a look into this in the coming week or so. Note to self:

"It would involve modifying "getSourceDirectories" in CliToInput.re to include an optional module whitelist (from the "public" field)."