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

Create a "project" artifact and multiproject CJD runs #26

Open greenh opened 12 years ago

greenh commented 12 years ago

Currently, CJD can kinda sorta use a project as a top-level artifact, and displays the project's namespaces beneath it. However, we've already encountered several cases where an overall development consists of a collection of projects, which we'd like to have documented together. So, seems like we'd like to explicitly list projects to include, and probably specify an overview for the whole shebang.

Question: does this extend to arbitrary hierarchies of projects, super-projects, super-super-projects, etc.?