scmdoc

Automatically generate documentation from comments in R7RS Scheme code

git clone https://git.8pit.net/scmdoc.git

1;;> My procedure.
2
3(define (my-procedure id) id)
4
5;;> My constant
6
7(define my-constant 42)