mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-18 02:17:33 +02:00
fixing docs for chibi ffi
This commit is contained in:
parent
f3f30f59b6
commit
ceb2345b68
1 changed files with 2 additions and 1 deletions
|
@ -1002,7 +1002,8 @@ div#footer {padding-bottom: 50px}
|
|||
(define (get-includes)
|
||||
(get-forms (cddr mod-form) '(include include-ci) dir #t))
|
||||
(define (get-shared-includes)
|
||||
(get-forms (cddr mod-form) '(shared-include) dir #t))
|
||||
(map (lambda (f) (string-append f ".stub"))
|
||||
(get-forms (cddr mod-form) '(include-shared) dir #t)))
|
||||
(let* ((exports (if (pair? o) (car o) (get-exports)))
|
||||
(srcs (cons file (get-decls))))
|
||||
(extract-module-docs-from-files
|
||||
|
|
Loading…
Add table
Reference in a new issue