www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3f73a508add811fbc45251051ca3891c4a6d26cf
parent 28bef1d6c47e765923881fca2a8427228a41d47a
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Wed, 23 Apr 2008 00:20:25 +0000

proprocessor doc, merge scribblings and doc-categories fields

svn: r9414

original commit: a26b334c67a2d77b56c8a83e0856a8f538b94e79

Diffstat:
Mcollects/macro-debugger/info.ss | 2+-
Mcollects/macro-debugger/macro-debugger.scrbl | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/collects/macro-debugger/info.ss b/collects/macro-debugger/info.ss @@ -2,4 +2,4 @@ (define tools '(["tool.ss"])) (define tool-names '("Macro Stepper")) -(define scribblings '(("macro-debugger.scrbl"))) +(define scribblings '(("macro-debugger.scrbl" () (tool-library)))) diff --git a/collects/macro-debugger/macro-debugger.scrbl b/collects/macro-debugger/macro-debugger.scrbl @@ -15,7 +15,7 @@ macro-debugger/stepper-text)) the-eval)) -@title{Macro debugger} +@title{@bold{Macro Debugger}} The macro-debugger collection contains two tools: a stepper for macro expansion and a standalone syntax browser. The macro stepper shows the