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