Clean up documentation

This commit is contained in:
puck 2024-10-04 01:21:07 +00:00
parent 55a1efa08f
commit 83d41ef778
16 changed files with 146 additions and 98 deletions

View file

@ -60,7 +60,7 @@
(define out-file (open-output-file out-path))
; Print out the comments
(fprintf out-file "= `~S`\n" (car contents))
(fprintf out-file "= `~S`\n\n" (car contents))
(for-each (lambda (l) (fprintf out-file "~A\n" l)) lib-comments)
(fprintf out-file "\n:toc:\n\n")
(for-each (lambda (i)