diff --git a/scribblings/class.scrbl b/scribblings/class.scrbl index 8a1a95c..7c824c6 100644 --- a/scribblings/class.scrbl +++ b/scribblings/class.scrbl @@ -8,7 +8,7 @@ (make-base-eval '(require roos/class))) -@title{Interoperability Macros for roos and racket/class} +@title[#:tag "top"]{Interoperability Macros for roos and racket/class} @author[@author+email["Hans Dijkema" "hans@dijkewijk.nl"]] diff --git a/scribblings/roos.scrbl b/scribblings/roos.scrbl index e079a4d..2d8593c 100644 --- a/scribblings/roos.scrbl +++ b/scribblings/roos.scrbl @@ -17,7 +17,9 @@ It supports class definitions with attributes and methods, multiple inheritance, and persistent fields through a user-extensible storage mechanism. All methods and attributes are virtual, and may be overridden in subclasses. -See also @tech[#:doc '(lib "scribblings/roos-class.scrbl")]{roos/class}. +See also +@seclink["top" #:doc '(lib "roos/scribblings/class.scrbl")]{roos/class}, +the interoperability macros for roos and racket/class. @section{Class Definition Syntax}