diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-17 19:29:10 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-17 19:29:10 +0300 |
| commit | a7047d22c756222728ec1e2cd863c4875610be6e (patch) | |
| tree | e78cb318ab1e96ea5bed92f64e66d2fb6581cdac /doc/macros.md | |
| parent | 5bc5ed932c1f564188938e7e07283f9720c6088a (diff) | |
fix(doc): use automatic link resolution in docs
Diffstat (limited to 'doc/macros.md')
| -rw-r--r-- | doc/macros.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/macros.md b/doc/macros.md index fdced4e..3b99c3e 100644 --- a/doc/macros.md +++ b/doc/macros.md @@ -231,7 +231,7 @@ Function signature: Wrapper around `local` which can declare variables inside namespace, and as local `name` at the same time similarly to -[`fn*`](#fn*). Accepts optional `attr-map?` which can contain a +[`fn*`](#fn). Accepts optional `attr-map?` which can contain a docstring, and whether variable should be mutable or not. Sets variable to the result of `expr`. @@ -594,5 +594,5 @@ Copyright (C) 2020-2021 Andrey Listopadov License: [MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE) -<!-- Generated with Fenneldoc 0.1.0 +<!-- Generated with Fenneldoc 0.1.2 https://gitlab.com/andreyorst/fenneldoc --> |