Liking cljdoc? Tell your friends :D

thereisnodot.akronim.core

Inline asserts and helpers

Inline asserts and helpers
raw docstring

defnscljmacro

(defns fname & decls)

will add examples in the form of :example and :test to the metadata

will add examples in the form of :example and :test to the
metadata
sourceraw docstring

defns-cljmacro

(defns- name & decls)

same as defn, yielding non-public def

same as defn, yielding non-public def
sourceraw docstring

docstring-appendclj

source

make-example-formcljmacro

(make-example-form & input)

Will turn input forms into strings for documentation

Will turn input forms into strings for documentation
sourceraw docstring

make-test-formcljmacro

(make-test-form & input)

Will turn user friendly description into an assert/test form

Will turn user friendly description into an assert/test form
sourceraw docstring

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

× close