Liking cljdoc? Tell your friends :D

flanders.markdown


->defaultclj/s

(->default {:keys [default values]})
source

->descriptionclj/s

(->description node)
(->description {:keys [description] :as node} leaf?)
source

->equalsclj/s

(->equals {:keys [values]} loc)
source

->markdownclj/s

(->markdown ddl-root)
source

->referenceclj/s

(->reference node)
(->reference {:keys [reference]} leaf?)
source

find-mapsclj/s

(find-maps ddl-root)
source

map->ReferenceNodeclj

(map->ReferenceNode m14907)

Factory function for class ReferenceNode, taking a map of keywords to field values, but not much slower than ->x like the clojure.core version. (performance is fixed in Clojure 1.7, so this should eventually be removed.)

Factory function for class ReferenceNode, taking a map of keywords to field values, but not much
slower than ->x like the clojure.core version.
(performance is fixed in Clojure 1.7, so this should eventually be removed.)
sourceraw docstring

MarkdownNodeclj/sprotocol

->markdown-partclj/s

(->markdown-part node depth)

->short-descriptionclj/s

(->short-description node)
source

ready-for-tableclj/s

(ready-for-table str)
source

sort-entry-vecsclj/s

(sort-entry-vecs rows)
source

strict-map->ReferenceNodeclj/s≠

clj
(strict-map->ReferenceNode m14908 & [drop-extra-keys?__2062__auto__])
cljs
(strict-map->ReferenceNode m19407 & [drop-extra-keys?__2062__auto__])

Factory function for class ReferenceNode, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class ReferenceNode, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

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

× close