Liking cljdoc? Tell your friends :D

std.lang.base.grammar-spec


+op-async+clj


+op-await+clj


+op-bit+clj


+op-block+clj


+op-builtin+clj


+op-builtin-global+clj


+op-builtin-helper+clj


+op-builtin-module+clj


+op-class+clj


+op-compare+clj


+op-control-base+clj


+op-control-general+clj


+op-control-try-catch+clj


+op-coroutine+clj


+op-counter+clj


+op-data-range+clj


+op-data-shortcuts+clj


+op-data-table+clj


+op-fn+clj


+op-for+clj


+op-free-control+clj


+op-free-literal+clj


+op-logic+clj


+op-math+clj


+op-pointer+clj


+op-return+clj


+op-throw+clj


+op-top-base+clj


+op-top-global+clj


+op-vars+clj


format-defnclj

(format-defn [op sym & args])

standardize defn forms

standardize defn forms
raw docstring

format-fargsclj

(format-fargs [doc? attr? & body])

formats function inputs

formats function inputs
raw docstring

get-commentclj

(get-comment grammar _)

gets the comment access prefix for a language

(get-comment helper/+default+ {}) => "//"

gets the comment access prefix for a language

(get-comment helper/+default+ {})
=> "//"
raw docstring

tf-for-indexclj

(tf-for-index [_ [i [start stop step]] & body])

default for-index transform

(tf-for-index '(for:index [i [0 2 3]])) => '(for [(var i := 0) (< i 2) (:= i (+ i 3))])

default for-index transform

(tf-for-index '(for:index
                [i [0 2 3]]))
=> '(for [(var i := 0) (< i 2) (:= i (+ i 3))])
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close