Skip to content

Commit 0806fb0

Browse files
authored
build documentation for repr_v2 (#24325)
1 parent 68b2e9e commit 0806fb0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/system_overview.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ is in separate files:
99
* `assertions <assertions.html>`_
1010
* `dollars <dollars.html>`_
1111
* `ctypes <ctypes.html>`_
12+
* `repr_v2 <repr_v2.html>`_
1213

1314

1415
Here is a short overview of the most commonly used functions from the

tools/kochdocs.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ proc getDocList(): seq[string] =
198198
# don't ignore these even though in lib/system (not include files)
199199
const goodSystem = """
200200
lib/system/nimscript.nim
201-
lib/system/assertions.nim
202201
lib/system/iterators.nim
203202
lib/system/exceptions.nim
204203
lib/system/dollars.nim
205204
lib/system/ctypes.nim
205+
lib/system/repr_v2.nim
206206
""".splitWhitespace()
207207

208208
proc follow(a: PathEntry): bool =

0 commit comments

Comments
 (0)