From ceb2345b6813111a1b6a21b4c6069d6d676a8094 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 3 Apr 2017 23:23:07 +0900 Subject: [PATCH] fixing docs for chibi ffi --- lib/chibi/doc.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/chibi/doc.scm b/lib/chibi/doc.scm index c253ec64..f10c6672 100644 --- a/lib/chibi/doc.scm +++ b/lib/chibi/doc.scm @@ -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