Skip to content

Commit

Permalink
Merge pull request #130 from anmonteiro/boot-description
Browse files Browse the repository at this point in the history
Add :description option to Boot task
  • Loading branch information
weavejester committed Jun 21, 2016
2 parents 5de3303 + cf5c7d1 commit 10db505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boot-codox/src/codox/boot.clj
Expand Up @@ -16,6 +16,7 @@
(deftask codox
"Generate documentation in a pod."
[n name STRING str "The project name"
e description STRING str "The project description"
v version STRING str "The project version"
o output-path PATH str "The directory where the documentation will be generated"
s source-paths PATHS #{str} "Source paths from which to create documentation (defaults to :source-paths in Boot env)"
Expand All @@ -41,6 +42,7 @@
(pod/with-eval-in worker-pod
(->> {:name ~name
:version ~version
:description ~description
:source-paths ~source-paths
:output-path ~(.getPath docs-dir)
:source-uri ~source-uri
Expand Down

0 comments on commit 10db505

Please sign in to comment.