racket/collects/syntax/scribblings/syntax.scrbl
Matthew Flatt 964020f288 implement scribble/srcdoc' via submodules instead of expand'
Also add a `for-doc' require form, make `proc-doc' et al. provide
forms, make `provide/doc' an alias for `provide'.
2012-05-12 01:37:50 -06:00

31 lines
554 B
Racket

#lang scribble/doc
@(require "common.rkt")
@title{Syntax: Meta-Programming Helpers}
@table-of-contents[]
@include-section["parse.scrbl"]
@include-section["syntax-object-helpers.scrbl"]
@include-section["datum.scrbl"]
@include-section["module-helpers.scrbl"]
@include-section["transformer-helpers.scrbl"]
@include-section["reader-helpers.scrbl"]
@include-section["srcloc.scrbl"]
@include-section["quote.scrbl"]
@include-section["toplevel.scrbl"]
@include-section["trusted-xforms.scrbl"]
@include-section["docprovide.scrbl"]
@index-section[]