Liking cljdoc? Tell your friends :D

leiningen.marg


depclj

source

eval-in-projectclj

(eval-in-project project form init)

Support eval-in-project in both Leiningen 1.x and 2.x.

Support eval-in-project in both Leiningen 1.x and 2.x.
sourceraw docstring

margclj

(marg project & args)

Run Marginalia against your project source files.

Usage:

lein marg <options> <files>

Marginalia accepts options as described below:

-d --dir Directory into which the documentation will be written (default docs)

-f --file File into which the documentation will be written (default uberdoc.html)

-n --name Project name (Taken from project.clj by default.)

-v --version Project version (Taken from project.clj by default.)

-D --desc Project description (Taken from project.clj by default.)

-a --deps Project dependencies in the form <group1>:<artifact1>:<version1>;<group2>... (Taken from project.clj by default.)

-c --css Additional css resources <resource1>;<resource2>;... (Taken from project.clj by default.)

-j --js Additional javascript resources <jsfile1>;<jsfile2>;... (Taken from project.clj by default.)

-m --multi Generate each namespace documentation as a separate file

Run Marginalia against your project source files.

Usage:

    lein marg <options> <files>

Marginalia accepts options as described below:

-d --dir     Directory into which the documentation will be written (default `docs`)

-f --file    File into which the documentation will be written (default `uberdoc.html`)

-n --name    Project name (Taken from `project.clj` by default.)

-v --version Project version (Taken from `project.clj` by default.)

-D --desc    Project description (Taken from `project.clj` by default.)

-a --deps    Project dependencies in the form `<group1>:<artifact1>:<version1>;<group2>...`
             (Taken from `project.clj` by default.)

-c --css     Additional css resources `<resource1>;<resource2>;...`
             (Taken from `project.clj` by default.)

-j --js      Additional javascript resources `<jsfile1>;<jsfile2>;...`
             (Taken from `project.clj` by default.)

-m --multi   Generate each namespace documentation as a separate file
sourceraw docstring

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

× close