Clean up documentation
This commit is contained in:
parent
55a1efa08f
commit
83d41ef778
16 changed files with 146 additions and 98 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue