aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2021-05-01 21:53:29 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:49 +0000
commitcbc15d580baa6c653d83449a0e97ffd8e9624324 (patch)
tree98db7259dee71719cd6b3717bb783cebc5c9a41f /docs
parentuse flake.nix instead of shell.nix (diff)
downloadalive-cbc15d580baa6c653d83449a0e97ffd8e9624324.tar.gz
alive-cbc15d580baa6c653d83449a0e97ffd8e9624324.zip
more extensive love documentation
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/gen/module2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gen/module b/docs/gen/module
index 450bd61..e6f4e89 100755
--- a/docs/gen/module
+++ b/docs/gen/module
@@ -30,7 +30,7 @@ get_description = (module) ->
buf = p m.summary
if m.description
- buf ..= (compile autoref m.description).body
+ buf ..= (compile autoref(m.description), 'nopants').body
buf