greenh / CJD

CJD is a system for documenting Clojure programs through the use of structured comments embedded in Clojure source code.
Other
12 stars 0 forks source link

Selective documentation generation #11

Open greenh opened 12 years ago

greenh commented 12 years ago

Sometimes one wants to generate documentation covering everything---internal/private code as well as public API---and sometimes for APIs only. It'd be interesting to be able to specify that all or parts of specific artifacts were of a particular documentation-class, and then be able to extract docs for only subsets of the universe of documentation classes.

greenh commented 12 years ago

As an addendum, also would like selectivity as to whether or not to include artifacts not containing documentation comments.