fixing docs for chibi ffi

This commit is contained in:
Alex Shinn 2017-04-03 23:23:07 +09:00
parent f3f30f59b6
commit ceb2345b68

View file

@ -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