You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,7 +13,7 @@ Marginalia is a source code documentation tool that parses Clojure and ClojureSc
13
13
14
14
To get a quick look at what the Marginalia output looks like, [visit the official site](https://clj-commons.org/marginalia/).
15
15
16
-
**[View the release notes for this version of Marginalia](https://github.com/clj-commons/marginalia/blob/master/docs/release-notes/marginalia-v0.9.1-release-notes.markdown)**
16
+
**[View the release notes for this version of Marginalia](https://github.com/clj-commons/marginalia/releases/tag/v0.9.2)**
17
17
18
18
Usage
19
19
-----
@@ -26,8 +26,8 @@ Currently Marginalia can be used in a number of ways as described below.
26
26
27
27
To use Marginalia with Leiningen add the following code to the project's `project.clj` file:
28
28
29
-
With Leiningen 1.x, add `[lein-marginalia "0.9.1"]` to your project.clj's `:dev-dependencies` argument of the `defproject` function, then run `lein deps`.
30
-
With Leiningen 2.x, add `[[lein-marginalia "0.9.1"]]` to the `:plugins` entry in either your project.clj file or your `:user` profile.
29
+
With Leiningen 1.x, add `[lein-marginalia "0.9.2"]` to your project.clj's `:dev-dependencies` argument of the `defproject` function, then run `lein deps`.
30
+
With Leiningen 2.x, add `[[lein-marginalia "0.9.2"]]` to the `:plugins` entry in either your project.clj file or your `:user` profile.
31
31
See the [lein-marginalia](https://github.com/clj-commons/lein-marginalia) page for more details.
32
32
33
33
Once installed, you can generate your complete source documentation with the command:
@@ -132,6 +132,6 @@ If I've missed your name then please ping me.
132
132
License
133
133
-------
134
134
135
-
Copyright (C) 2010-2017 Gary, Fogus and contributors.
135
+
Copyright (C) 2010-2024 Sean Corfield, Gary Deer, Fogus and contributors.
136
136
137
137
Distributed under the Eclipse Public License, the same as Clojure.
0 commit comments