From 0806fb0b6fbe4e97149a8fdc3dcda843e15fd7b4 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:52:33 +0800 Subject: [PATCH] build documentation for `repr_v2` (#24325) --- lib/system_overview.rst | 1 + tools/kochdocs.nim | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/system_overview.rst b/lib/system_overview.rst index cc0643bf16..50046b9e33 100644 --- a/lib/system_overview.rst +++ b/lib/system_overview.rst @@ -9,6 +9,7 @@ is in separate files: * `assertions `_ * `dollars `_ * `ctypes `_ +* `repr_v2 `_ Here is a short overview of the most commonly used functions from the diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim index 458e3f014f..9798a48e6a 100644 --- a/tools/kochdocs.nim +++ b/tools/kochdocs.nim @@ -198,11 +198,11 @@ proc getDocList(): seq[string] = # don't ignore these even though in lib/system (not include files) const goodSystem = """ lib/system/nimscript.nim -lib/system/assertions.nim lib/system/iterators.nim lib/system/exceptions.nim lib/system/dollars.nim lib/system/ctypes.nim +lib/system/repr_v2.nim """.splitWhitespace() proc follow(a: PathEntry): bool =