diff --git a/info.rkt b/info.rkt index 3af3c4f..5ff62dc 100644 --- a/info.rkt +++ b/info.rkt @@ -8,8 +8,8 @@ (define scribblings '( - ("scribblings/roos.scrbl" (multi-page) (library) "roos") - ("scribblings/class.scrbl" (multi-page) (library) "roos-class") + ("scribblings/roos.scrbl" (one-page) (library) "roos") + ("scribblings/class.scrbl" (one-page) (library) "roos-class") ) ) diff --git a/scribblings/class.scrbl b/scribblings/class.scrbl index 7c824c6..1932ff3 100644 --- a/scribblings/class.scrbl +++ b/scribblings/class.scrbl @@ -14,7 +14,7 @@ @defmodule[roos/class] -This module provides a compatibility layer between the @racket[roos] object system and the standard @racketmodname[racket/class] system. It exports the macros @racket[send], @racket[->], and @racket[new], which automatically dispatch to the appropriate implementation based on the type of the given object or class. +This module provides a compatibility layer between the @seclink["roos" #:doc '(lib "roos/scribblings/roos.scrbl") ]{@racketmodname[roos]} object system and the standard @racketmodname[racket/class] system. It exports the macros @racket[send], @racket[->], and @racket[new], which automatically dispatch to the appropriate implementation based on the type of the given object or class. @section{Macros}