Liking cljdoc? Tell your friends :D

embelyon.seer.doc

Handles getting documentation for AWS CloudFormation types

Handles getting documentation for AWS CloudFormation types
raw docstring

*printer*clj


browseclj

(browse id)
(browse id opts)

docclj

(doc id)
(doc id opts)

DocumentationPrintercljprotocol

Prints cloud formation documentation

Prints cloud formation documentation

print-blockclj

(print-block self block)

print-headingclj

(print-heading self heading)

print-subheadingclj

(print-subheading self heading)

print-titleclj

(print-title self title)

print-urlclj

(print-url self url)

print-variableclj

(print-variable self variable)
raw docstring

fetchclj

(fetch url)

Returns a vector used for parsing documentation content of a resource or property type. This vector contains an enlive html resource, a unique slug for the type, and the original url of the type's documentation.

Returns a vector used for parsing documentation content of a resource or property type.
This vector contains an enlive html resource, a unique slug for the type, and the original
url of the type's documentation.
raw docstring

get-documentedclj

(get-documented id data)

Returns a documentable type from a CloudFormation specification map

Returns a documentable type from a CloudFormation specification map
raw docstring

output!clj

(output! {:keys [url title description properties returns ref getatt] :as view})

Writes the view model out to the configured implementation of DocumentationPrinter

Writes the view model out to the configured implementation of DocumentationPrinter
raw docstring

parseclj

(parse [doc slug url])

Parses the input vector into a view map used for printing

Parses the input vector into a view map used for printing
raw docstring

to-textclj

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

× close