This commit is contained in:
Georges Dupéron 2017-01-01 20:59:14 +01:00
parent 769128898b
commit 9bd2f079ff

View File

@ -1,11 +1,11 @@
#lang racket
(require scribble-enhanced/with-manual)
(provide aful-scribble-render)
(define (aful-scribble-render self)
(syntax-case self ()
[(_ _ _ body)
#`(elem (list (seclink "_lang_aful" #:doc '(lib "aful/docs/aful.scrbl")
(tt ""))
(racket body)))]))
#`(let ()
(local-require scribble-enhanced/with-manual)
(elem (list (seclink "_lang_aful" #:doc '(lib "aful/docs/aful.scrbl")
(tt ""))
(racket body))))]))