racket/collects/scribblings/framework/number-snip.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
428 B
Racket

#lang scribble/doc
@(require scribble/manual scribble/extract)
@(require (for-label framework))
@(require (for-label scheme/gui))
@title{Number Snip}
@defclass[number-snip:snip-class% snip-class% ()]{
@defmethod*[#:mode override (((read (f (is-a?/c editor-stream-in%))) (or/c (is-a?/c snip%) #f)))]{
Constructs a number snip from its input.
}
}
@(include-previously-extracted "main-extracts.rkt" #rx"^number-snip:")