File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ SSH tunneling is also supported:
117
117
118
118
## Documentation
119
119
120
- [Annotated source](http:/hugoduncan.github.com/clj-ssh/api/0.4 /uberdoc.html ).
121
- [API](http:/hugoduncan.github.com/clj-ssh/api/0.4 /index.html ).
120
+ [Annotated source](http:/hugoduncan.github.com/clj-ssh/0.5/annotated /uberdoc.html ).
121
+ [API](http:/hugoduncan.github.com/clj-ssh/0.5/api /index.html ).
122
122
123
123
## FAQ
124
124
Original file line number Diff line number Diff line change 3
3
:clojure-1.3.0 {:dependencies [[org.clojure/clojure " 1.3.0" ]]}
4
4
:clojure-1.4.0 {:dependencies [[org.clojure/clojure " 1.4.0" ]]}
5
5
:clojure-1.5.0 {:dependencies [[org.clojure/clojure " 1.5.0-RC4" ]]}
6
- :codox {:codox {:writer codox-md.writer/write-docs
7
- :version " 0.4"
8
- :output-dir " doc/api/0.4"
9
- :exclude [clj-ssh.agent clj-ssh.reflect clj-ssh.keychain]}
10
- :dependencies [[codox-md " 0.1.0" :exclusions [org.clojure/clojure]]]}
11
- :marginalia {:marginalia {:dir " doc/api/0.4" }}
6
+ :doc {:dependencies [[com.palletops/pallet-codox " 0.1.0-SNAPSHOT" ]
7
+ [codox-md " 0.2.0" :exclusions [org.clojure/clojure]]]
8
+ :plugins [[codox/codox.leiningen " 0.6.4" ]
9
+ [lein-marginalia " 0.7.1" ]]
10
+ :codox {:writer codox-md.writer/write-docs
11
+ :output-dir " doc/0.5/api"
12
+ :src-dir-uri " https://github.com/hugoduncan/clj-ssh/blob/develop"
13
+ :src-linenum-anchor-prefix " L" }
14
+ :aliases {" marg" [" marg" " -d" " doc/0.5/annotated" ]
15
+ " codox" [" doc" ]
16
+ " doc" [" do" " codox," " marg" ]}}
12
17
:release
13
18
{:plugins [[lein-set-version " 0.2.1" ]]
14
19
:set-version
You can’t perform that action at this time.
0 commit comments