diff options
| author | s-ol <s+removethis@s-ol.nu> | 2021-05-01 21:53:29 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | cbc15d580baa6c653d83449a0e97ffd8e9624324 (patch) | |
| tree | 98db7259dee71719cd6b3717bb783cebc5c9a41f /docs | |
| parent | use flake.nix instead of shell.nix (diff) | |
| download | alive-cbc15d580baa6c653d83449a0e97ffd8e9624324.tar.gz alive-cbc15d580baa6c653d83449a0e97ffd8e9624324.zip | |
more extensive love documentation
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/gen/module | 2 |
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 |
