scribble-enhanced/collects/scribblings/scribble/docreader.scrbl
Matthew Flatt b134592f8f v3.99.0.2
svn: r7706

original commit: 39cedb62edf9258b051a22a29a90be9c6841956f
2007-11-13 12:40:00 +00:00

14 lines
505 B
Racket

#lang scribble/doc
@require[scribble/manual]
@require[scribble/bnf]
@require["utils.ss"]
@title[#:tag "docreader"]{Document Reader}
The @filepath{docreader.ss} module is suitable for use with
@schemefont{#reader} at the beginning of a file. It reads the entire
file with @scheme[read-inside-syntax] from Scribble's
@filepath{reader.ss}, and then wraps the result with @scheme[(module #,
@nonterm{name} (lib "doclang.ss" "scribble") ...)], where
@nonterm{name} is derived from the enclosing file's name.