From 55e1cba87a18fcdd96605b53c7910e08a33fba53 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Thu, 10 Jul 2025 00:40:29 +0200 Subject: [PATCH] . --- info.rkt | 2 +- scribblings/ini.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info.rkt b/info.rkt index f7b0de7..45f9814 100644 --- a/info.rkt +++ b/info.rkt @@ -1,7 +1,7 @@ #lang info (define pkg-authors '(hnmdijkema)) -(define version "0.1.0") +(define version "0.1.1") (define license 'Apache-2.0) ;(define collection "simple-ini") (define pkg-desc "A Simple .ini file reader/writer for racket") diff --git a/scribblings/ini.scrbl b/scribblings/ini.scrbl index d4ba4dc..34f87b4 100644 --- a/scribblings/ini.scrbl +++ b/scribblings/ini.scrbl @@ -74,7 +74,7 @@ @defmodule[simple-ini/roos]{Require this module for the OO implementation of this Simple INI implementation - Provides a Roos class that gives object-oriented access to INI files using the underlying @racket[file->ini] parser system. The class offers methods to load, query, and update INI files using familiar object-style interactions.} +Provides a @seclink["top" #:doc '(lib "roos/scribblings/roos.scrbl")]{Roos class} that gives object-oriented access to INI files using the underlying @racket[file->ini] parser system. The class offers methods to load, query, and update INI files using familiar object-style interactions.} @defproc[(-! [ini roos-class*] [or/c path-string?]) roos-object*]{