On Wed, Sep 21, 2016, at 06:36 AM, [email protected] wrote: > Is there a convention to be followed for referring the parameters of > a function in the docstring, e.g. for emacs lisp we upcase the > parameter name?
Uppercase is (or was) also pretty standard style in Common Lisp. In Clojure there does not seem to be a standard. Bozhidar Batsov's Clojure Style guide is silent on this. Core Clojure docstrings do not seem to identify parameters in docstrings with any special style. Some people use Markdown-style backticks, but I'm not sure how widespread that usage is. -Eli -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
