gui/collects/scribblings/framework/path-utils.scrbl
Robby Findler a3e4f252df moved all of the framework's function documentation into the scribble/srcdoc world
svn: r9545

original commit: 3eb20f5a11269e7f1948c67c655efedab0766dd7
2008-04-30 19:18:52 +00:00

9 lines
218 B
Racket

#lang scribble/doc
@(require scribble/manual scribble/extract)
@(require (for-label framework))
@(require (for-label scheme/gui))
@title{Path Utils}
@(include-extracted (lib "main.ss" "framework") #rx"^path-utils:")