File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ A [Leiningen](https://github.com/technomancy/leiningen) plugin for [Marginalia](
6
6
7
7
### Leiningen 2
8
8
9
- Add ` [[lein-marginalia "0.9.0 "]] ` to the ` :plugins ` entry in
9
+ Add ` [[lein-marginalia "0.9.1 "]] ` to the ` :plugins ` entry in
10
10
either your project.clj file or your ` :user ` profile.
11
11
12
12
### Leiningen 1
13
13
14
- Add ` [lein-marginalia "0.9.0 "] ` to your project.clj's
14
+ Add ` [lein-marginalia "0.9.1 "] ` to your project.clj's
15
15
` :dev-dependencies ` or, install lein-marginalia as a user-level
16
16
leiningen plugin by running
17
- ` $ lein plugin install lein-marginalia 0.9.0 ` .
17
+ ` $ lein plugin install lein-marginalia 0.9.1 ` .
18
18
19
19
## Usage
20
20
@@ -23,6 +23,6 @@ leiningen plugin by running
23
23
License
24
24
-------
25
25
26
- Copyright (C) 2011-2013 Fogus and contributors.
26
+ Copyright (C) 2011-2017 Gary, Fogus and contributors.
27
27
28
28
Distributed under the Eclipse Public License, the same as Clojure.
Original file line number Diff line number Diff line change 1
- (defproject lein-marginalia " 0.9.0 "
1
+ (defproject lein-marginalia " 0.9.1 "
2
2
:description " Leiningen plugin for Marginalia."
3
3
:url " http://github.com/gdeer81/marginalia"
4
- :dependencies [[marginalia " 0.9.0 " ]]
4
+ :dependencies [[marginalia " 0.9.1 " ]]
5
5
:eval-in :leiningen )
6
-
Original file line number Diff line number Diff line change 14
14
(eip project form init)
15
15
(eip project form nil nil init))))
16
16
17
- (def dep ['marginalia " 0.9.0 " ])
17
+ (def dep ['marginalia " 0.9.1 " ])
18
18
19
19
(defn- add-marg-dep [project]
20
20
; ; Leiningen 2 is a bit smarter about only conjing it in if it
35
35
" Run Marginalia against your project source files.
36
36
37
37
Usage:
38
-
38
+
39
39
lein marg <options> <files>
40
40
41
41
Marginalia accepts options as described below:
@@ -53,10 +53,10 @@ Marginalia accepts options as described below:
53
53
-a --deps Project dependencies in the form `<group1>:<artifact1>:<version1>;<group2>...`
54
54
(Taken from `project.clj` by default.)
55
55
56
- -c --css Additional css resources `<resource1>;<resource2>;...`
56
+ -c --css Additional css resources `<resource1>;<resource2>;...`
57
57
(Taken from `project.clj` by default.)
58
58
59
- -j --js Additional javascript resources `<jsfile1>;<jsfile2>;...`
59
+ -j --js Additional javascript resources `<jsfile1>;<jsfile2>;...`
60
60
(Taken from `project.clj` by default.)
61
61
62
62
-m --multi Generate each namespace documentation as a separate file"
You can’t perform that action at this time.
0 commit comments