Liking cljdoc? Tell your friends :D

automaton-core.os.code-formatter

Format code Proxy to zprint

Format code
Proxy to [zprint](https://github.com/kkinnear/zprint)
raw docstring

add-headerclj

(add-header header)

format-contentclj

(format-content content)
(format-content header content)

Format the clj or edn file Returns a string, ready to be spitted, with the header Params:

  • header (optional) is written at the top of the file
  • content is a data structure to format
Format the `clj` or `edn` file
Returns a string, ready to be spitted, with the header
Params:
* `header` (optional) is written at the top of the file
* `content` is a data structure to format
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close