racket/collects/syntax/scribblings/moddep.scrbl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

16 lines
497 B
Racket

#lang scribble/doc
@(require "common.rkt" (for-label syntax/moddep))
@title[#:tag "moddep"]{Inspecting Modules and Module Dependencies}
@defmodule[syntax/moddep]
Re-exports @schememodname[syntax/modread],
@schememodname[syntax/modcode], @schememodname[syntax/modcollapse],
and @schememodname[syntax/modresolve], in addition to the following:
@defproc[(show-import-tree [module-path-v module-path?]) void?]{
A debugging aid that prints the import hierarchy starting from a given
module path.}