Liking cljdoc? Tell your friends :D

clj-confluence.utils


get-ac-parameterclj

(get-ac-parameter loc paramname)

extract first parameter from :ac:parameter element

extract first parameter from `:ac:parameter` element
raw docstring

process-structured-macrosclj

(process-structured-macros root-loc process)

search for :ac:structured-macro entries and process each element.

root-loc zip location to start the search <br> process function which will be called to process the found element

if process returns nil: the node will be removed<br> else: the node will be replaced with the returned result

search for `:ac:structured-macro` entries and process each element.

`root-loc`  zip location to start the search <br>
`process`   function which will be called to process the found element

*if* process returns nil:     the node will be removed<br>
*else:* the node will be replaced with the returned result
raw docstring

walk-structured-macrosclj

(walk-structured-macros data processing-fn)
raw docstring

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

× close