1;;> This is the second library
2(define-library (scmdoc second library)
3 (export other-id)
4
5 (begin
6 ;;> 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 library
2(define-library (scmdoc second library)
3 (export other-id)
4
5 (begin
6 ;;> Other identifier.
7 (define other-id 2)))