From a98550032d987ad4eaa75444de67ee339319f4f3 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Wed, 9 Jul 2025 18:10:45 +0200 Subject: [PATCH] . --- info.rkt | 4 ++-- scribblings/class.scrbl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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}