Liking cljdoc? Tell your friends :D

org.soulspace.overarch.util.plantuml-sprites


capitalize-partsclj

(capitalize-parts s separator)

Returns a version of the string with capitalized parts, separated by separator

Returns a version of the string with capitalized parts, separated by `separator`
sourceraw docstring

excluded-libsclj

source

key-lengthclj

(key-length x)

Returns the length of the key of x.

Returns the length of the key of `x`.
sourceraw docstring

plantuml-importsclj

(plantuml-imports dir)

Returns a collection of vectors of all the PlantUML '*.puml' files in the given directory dir containing the path relative to the dir and the base name of the import file.

Returns a collection of vectors of all the PlantUML '*.puml' files in
the given directory `dir` containing the path relative to the `dir`
and the base name of the import file.
sourceraw docstring

sprite-entryclj

(sprite-entry x)

Prepares sprite entry info from collection PlantUML imports.

Prepares sprite entry info from collection PlantUML imports.
sourceraw docstring

tech-nameclj

(tech-name s)

Create a tech name from the sprite name s.

Create a tech name from the sprite name `s`.
sourceraw docstring

write-csvclj

(write-csv file coll)

Writes the collection coll in CSV format to file.

Writes the collection `coll` in CSV format to `file`.
sourceraw docstring

write-sprite-mapclj

(write-sprite-map file coll)

Writes the collection coll to file.

Writes the collection `coll` to `file`.
sourceraw docstring

write-sprite-mapsclj

(write-sprite-maps m)

Writes the tech to sprite mappings for the libs in the map m.

Writes the tech to sprite mappings for the libs in the map `m`.
sourceraw docstring

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

× close