racket/collects/scribblings/scribble/docreader.scrbl
Eli Barzilay a70bf64fd9 Newlines at EOFs
svn: r15380
2009-07-04 02:28:31 +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-syntax-inside] 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.}