Hi, I try add Clojure into a Java project. Therefore I write my code in Clojure and then compile the clj-File to Java classes and use these compiled classes in my Javacode. My problem is, that the commentary I wrote for the clojure function is not shown in the compiled java class or the method defined in 'gen-class'.
Is it possible to generate a Javadoc from clojure files or is there a parameter available for :gen-class which generates the javadoc which can be displayed my my IDE? (As IDE I use Eclipse with the Counterclockwise Plugin.) -- 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 group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en