summaryrefslogtreecommitdiff
path: root/.fenneldoc
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2022-10-29 15:49:30 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2022-10-29 15:49:30 +0300
commit85db8b8549d9d45e39c1a5118d91d3fd3a88818f (patch)
treee361634f34392b8a337e44f21aea290c4dcd19d5 /.fenneldoc
parent611e364488cf6f91b9faf65b13f90f428788d51b (diff)
remove the :relative require, update installation guide, update docstrings
Diffstat (limited to '.fenneldoc')
-rw-r--r--.fenneldoc10
1 files changed, 2 insertions, 8 deletions
diff --git a/.fenneldoc b/.fenneldoc
index 3cdf8b6..ab82b39 100644
--- a/.fenneldoc
+++ b/.fenneldoc
@@ -15,6 +15,7 @@
"keys"
"tbl"
"_"
+ "%+"
"cs"
"sep"
"coll"
@@ -27,12 +28,6 @@
:insert-copyright true
:insert-license true
:insert-version true
- :keys {:copyright "_COPYRIGHT"
- :description "_DESCRIPTION"
- :doc-order "_DOC_ORDER"
- :license "_LICENSE"
- :module-name "_MODULE_NAME"
- :version "_VERSION"}
:mode "checkdoc"
:modules-info {:init-macros.fnl {:description "Macros for fennel-cljlib."
:name "macros"}
@@ -159,9 +154,8 @@ non-ASCII strings."
:order "alphabetic"
:out-dir "./doc"
:project-copyright "Copyright (C) 2020-2021 Andrey Listopadov"
- :project-doc-order {}
:project-license "[MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE)"
- :project-version "v1.0.0"
+ :project-version "v1.1.0"
:sandbox false
:test-requirements {:init-macros.fnl "(require-macros :init-macros)
(import-macros {: assert-eq} :fennel-test)