Skip to content

Commit ca5d05f

Browse files
committed
wip
1 parent f59faf5 commit ca5d05f

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

test-resources/source.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@
5454
"Hello, `a`, `b`"
5555
[])
5656

57-
(deftype Foo [])
57+
(defprotocol Foo
58+
"`foo` is a pretty awesome function")

test/out/API.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Table of contents
22
- [`source`](#source)
3-
- [`->Foo`](#source/->foo)
4-
- [`Foo`](#source/foo)
3+
- [`Foo`](#source/foo) - <code>foo</code> is a pretty awesome function.
54
- [`a`](#source/a)
65
- [`a1`](#source/a1)
76
- [`b`](#source/b)
@@ -61,19 +60,13 @@
6160

6261

6362

64-
## <a name="source/->foo">`->Foo`</a>
65-
``` clojure
66-
67-
(->Foo)
68-
```
69-
Function.
70-
<p><sub><a href="https://dev.azure.com/company/_git/project?path=test-resources/source.clj&version=GBmain&_a=contents&line=57&lineEnd=57&lineStartColumn=1&lineEndColumn=17&lineStyle=plain">Source</a></sub></p>
71-
7263
## <a name="source/foo">`Foo`</a>
7364

7465

7566

76-
<p><sub><a href="https://dev.azure.com/company/_git/project?path=test-resources/source.clj&version=GBmain&_a=contents&line=57&lineEnd=57&lineStartColumn=1&lineEndColumn=17&lineStyle=plain">Source</a></sub></p>
67+
68+
[`foo`](#source/foo-1) is a pretty awesome function
69+
<p><sub><a href="https://dev.azure.com/company/_git/project?path=test-resources/source.clj&version=GBmain&_a=contents&line=57&lineEnd=58&lineStartColumn=1&lineEndColumn=40&lineStyle=plain">Source</a></sub></p>
7770

7871
## <a name="source/a">`a`</a>
7972
``` clojure

0 commit comments

Comments
 (0)