Skip to content

Commit daae89d

Browse files
committed
wip
1 parent 35fca97 commit daae89d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

test-resources/source.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
(defprotocol Foo
5858
"`foo` is a pretty awesome function")
5959

60-
(defrecord IFoo [])
60+
(defn ->Dude [])

test/out/API.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Table of contents
22
- [`source`](#source)
3+
- [`->Dude`](#source/->dude)
34
- [`Foo`](#source/foo) - <code>foo</code> is a pretty awesome function.
45
- [`a`](#source/a)
56
- [`a1`](#source/a1)
@@ -60,6 +61,14 @@
6061

6162

6263

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+
6372
## <a name="source/foo">`Foo`</a>
6473

6574

0 commit comments

Comments
 (0)