Related.

(defn myfunc
 "a nice description here"
 [coll]
 (apply + coll))

but no

(def myvar
 ; cant do a nice " "description here, even though hash-maps can stand
in for functions.
(hash-map :a 1 :b 3))



On Jan 30, 10:42 pm, Kevin Albrecht <onlya...@gmail.com> wrote:
> How are people generating HTML or text documentation from their
> Clojure code?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to