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

Rationalize API vs. options #32

Closed greenh closed 11 years ago

greenh commented 12 years ago

There are a number of options, such as functions named via the :header and :footer options to cjd-gen, that feel like they'd be better (or at least, also) expressed as calls to functions in a :requires namespace/script. In effect, this extends what we're doing with link resolution routines or CSS files.