Liking cljdoc? Tell your friends :D

org.soulspace.overarch.adapter.exports.edn

Export themodel into edn files structured according to the types and namespaces of the elements.

Export themodel into edn files structured according to the types and namespaces
of the elements.
raw docstring

edn-filenameclj

(edn-filename options nspace kind)

Returns the filename for the namespace and the kind of data.

Returns the filename for the `namespace` and the `kind` of data.
sourceraw docstring

element-commentclj

(element-comment s)
(element-comment s indent)

Element comment.

Element comment.
sourceraw docstring

elements-commentclj

(elements-comment s)
(elements-comment s indent)

Elements comment.

Elements comment.
sourceraw docstring

export-namespaceclj

(export-namespace nspace coll)

Exports the namespace nspace.

Exports the namespace `nspace`.
sourceraw docstring

file-commentclj

(file-comment s)
(file-comment s indent)

File comment.

File comment.
sourceraw docstring

model-commentclj

(model-comment s)
(model-comment s indent)

Model comment.

Model comment.
sourceraw docstring

model-element-orderclj

The order of the model elements in a namespace.

The order of the model elements in a namespace.
sourceraw docstring

view-orderclj

The order of the views in a namespace.

The order of the views in a namespace.
sourceraw docstring

write-ednclj

(write-edn options nspace kind coll)

Write the elements of the coll to an EDN file.

Write the elements of the `coll` to an EDN file.
sourceraw docstring

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

× close