1;;> This is a docmuented library.
2
3
4
5(define-library (scmdoc test simple)
6 (export my-procedure my-constant)
7 (include "testdata/include.scm"))
Automatically generate documentation from comments in R7RS Scheme code
git clone https://git.8pit.net/scmdoc.git
1;;> This is a docmuented library.
2
3
4
5(define-library (scmdoc test simple)
6 (export my-procedure my-constant)
7 (include "testdata/include.scm"))