1;;> This is the first library2(define-library (scmdoc first library)3 (export my-id)45 (begin6 ;;> Some identifier.7 (define my-id 1)))
Automatically generate documentation from comments in R7RS Scheme code
git clone https://git.8pit.net/scmdoc.git
1;;> This is the first library2(define-library (scmdoc first library)3 (export my-id)45 (begin6 ;;> Some identifier.7 (define my-id 1)))