Re: where do you put the docstring in a deftype declaration?

2012-04-12 Thread Frank Siebenlist
Thanks - I kind of expected this - the previous implementation in contrib for 1.2 was based on vars and still shows docstrings in the signature on clojuredocs. There is CLJ-304 "contrib get-source no longer works with deftype" which seems related. Too bad that we cannot annotate deftypes (and

Re: where do you put the docstring in a deftype declaration?

2012-04-12 Thread Alan Malloy
A deftype creates a java class, not a clojure var. Classes have no slots to store a docstring. Just put a comment somewhere. On Apr 12, 9:52 pm, Frank Siebenlist wrote: > Confusingly yours, FrankS. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

where do you put the docstring in a deftype declaration?

2012-04-12 Thread Frank Siebenlist
Confusingly yours, FrankS. -- 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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this