
to avoid having a separate, new manual for the one library original commit: 507b1cd8fd81cd9c5fcf466a2a0c4c47433b0795
8 lines
279 B
Racket
8 lines
279 B
Racket
#lang racket/base
|
|
(require rackunit/docs-complete)
|
|
(check-docs (quote macro-debugger/syntax-browser))
|
|
(check-docs (quote macro-debugger/stepper))
|
|
(check-docs (quote macro-debugger/stepper-text))
|
|
(check-docs (quote macro-debugger/expand))
|
|
(check-docs (quote macro-debugger/emit))
|