adjust racket/snip docs

This commit is contained in:
Matthew Flatt 2010-12-20 08:01:41 -07:00
parent bf53fd5c38
commit 43b96fe47c
2 changed files with 9 additions and 7 deletions

View File

@ -2,13 +2,16 @@
@(require "common.ss" @(require "common.ss"
"diagrams.ss") "diagrams.ss")
@title[#:style '(toc quiet)]{Snip Classes} @title[#:style '(toc quiet)]{Snip and Style Classes}
@;@defmodule*/no-declare[(racket/snip)] @declare-exporting[racket/snip racket/gui/base racket/gui]
@defmodule*/no-declare[(racket/snip)]
The @racketmodname[racket/snip] collection provides access to the The @racketmodname[racket/snip] collection provides the core
@tech{snip} classes @emph{without} depending on @tech{snip} and @tech{style} classes @emph{without} depending on
@racketmodname[racket/gui]. @racketmodname[racket/gui/base]. This separation enables
libraries that can cooperate with an editor while also working in
contexts that do not have a GUI.
Snips and Administrators: Snips and Administrators:

View File

@ -21,8 +21,7 @@
@defmodule[wxme]{The @racketmodname[wxme] library provides tools for @defmodule[wxme]{The @racketmodname[wxme] library provides tools for
reading @tech{WXME} @racket[editor<%>]-format files (see reading @tech{WXME} @racket[editor<%>]-format files (see
@secref["editorfileformat"]) without the @racket[racket/gui] library @secref["editorfileformat"]) without the @racket[racket/gui] library.}
(i.e., using @exec{racket} instead of @exec{gracket}).}
@defproc[(is-wxme-stream? [in input-port?]) boolean?]{ @defproc[(is-wxme-stream? [in input-port?]) boolean?]{