We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fca97 commit daae89dCopy full SHA for daae89d
test-resources/source.clj
@@ -57,4 +57,4 @@
57
(defprotocol Foo
58
"`foo` is a pretty awesome function")
59
60
-(defrecord IFoo [])
+(defn ->Dude [])
test/out/API.md
@@ -1,5 +1,6 @@
1
# Table of contents
2
- [`source`](#source)
3
+ - [`->Dude`](#source/->dude)
4
- [`Foo`](#source/foo) - <code>foo</code> is a pretty awesome function.
5
- [`a`](#source/a)
6
- [`a1`](#source/a1)
@@ -60,6 +61,14 @@
61
62
63
64
+## <a name="source/->dude">`->Dude`</a>
65
+``` clojure
66
+
67
+(->Dude)
68
+```
69
+Function.
70
+<p><sub><a href="/blob/main/test-resources/source.clj#L60-L60">Source</a></sub></p>
71
72
## <a name="source/foo">`Foo`</a>
73
74
0 commit comments