Am I mistaken, or is there currently no nice syntax for giving doc
strings to methods? Sure, I can do
(defmulti #^{:doc "documentation"} my-method my-dispatch-fn)
but for consistency with defn and defmacro it would be nice to have a
direct way to document multimethods. Even better would be a way to
provide doc strings for each method implementation as well, but that
seems trickier to fit in the current framework.
-Jason
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---