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