On 26 December 2011 21:23, Gert Verhoog <m...@gertalot.com> wrote: > Question: One of my ns docstrings is a fair amount of text which is rendered > as a really long line (because codox puts it inside a <pre>...</pre> > element). How would you deal with longer documentation strings? Would I need > to insert manual line breaks or is there a better way?
Because docstrings can be read at a REPL with the `doc` macro, it's common practise to break up docstrings onto multiple lines. It might be an idea to figure out some standard syntax we could use, like Markdown, that could be used for formatting docstrings. - James -- 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