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

Need to do something to support type tags #41

Open greenh opened 11 years ago

greenh commented 11 years ago

Like, if you specify something like

(defn ^int xyz [^java.io.File f ^String new-name] ...)

seems like it'd be nice to present those type tags as part of the output.

greenh commented 11 years ago

And, along these lines, it might be worth considering an addition stuff like :added from metadata, and mapping it into @(since ...), too.