On Fri, Dec 19, 2008 at 8:05 PM, Jason <jawo...@berkeley.edu> wrote:
>
> 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.

I submitted a patch to the group [1] that implemented this. If there's
any interest I'd be happy to update it.

- J.

[1] http://groups.google.com/group/clojure/msg/67096e01a6a2f763

--~--~---------~--~----~------------~-------~--~----~
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