hyper-literate/collects/scribblings/scribble/docreader.scrbl
Matthew Flatt 0aa14ae363 Scribble improvements: defmodule & co.
svn: r7902

original commit: cd7157641cc8a1dd6266c926675e5909daeb643f
2007-12-05 21:41:07 +00:00

13 lines
426 B
Racket

#lang scribble/doc
@require[scribble/manual]
@require[scribble/bnf]
@require["utils.ss"]
@title[#:tag "docreader"]{Document Reader}
@defmodule[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.}