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

Option to suppress or rename index #8

Closed greenh closed 12 years ago

greenh commented 12 years ago

Currently, CJD unconditionally generates an index to a file named "index.html" file. On some occasions, it may be desirable to generate the index as an alternate name, or to suppress it entirely, so CJD needs options to support this.