scribble-enhanced/collects/scribblings/scribble/docreader.scrbl
Matthew Flatt 50b3a68191 @require[....]* to @(require ...*)
svn: r8269

original commit: cec8fbbd5f7190f7921b624b4878ad5c53f6c51b
2008-01-09 13:47:11 +00:00

13 lines
431 B
Racket

#lang scribble/doc
@(require scribble/manual
scribble/bnf
"utils.ss")
@title[#:tag "docreader"]{Document Reader}
@defmodulelang[scribble/doc]{The @schememodname[scribble/doc] language is
the same as @schememodname[scribble/doclang], except that
@scheme[read-inside-syntax] is used to read the body of the module. In
other words, the module body starts in Scribble ``text'' mode instead
of S-expression mode.}