Joined the two docstring strings on the marg cake task, bumped version to 0.2.1 in the comments.

This commit is contained in:
zkim 2010-12-23 03:06:57 -07:00
parent 80e4be8fe5
commit 04a139fc47

View file

@ -3,13 +3,13 @@
## Usage
1. In your project.clj, add `[marginalia \"0.2.0\"] to your `:dev-dependencies` and `marginalia.tasks` to `:tasks`
1. In your project.clj, add `[marginalia \"0.2.1\"] to your `:dev-dependencies` and `marginalia.tasks` to `:tasks`
2. Run `cake marg` from within your project directory."
(:use marginalia.core
[cake.core :only [deftask]]))
(deftask marg
"Run marginalia against your project code."
"Optionally, you can pass files or directories to control what documentation is generated and in what order."
"Run marginalia against your project code.
Optionally, you can pass files or directories to control what documentation is generated and in what order."
{files :marg}
(run-marginalia files))