build documentation for repr_v2 (#24325)

(cherry picked from commit 0806fb0b6f)
This commit is contained in:
ringabout
2024-10-18 22:52:33 +08:00
committed by narimiran
parent b3e02ef0c3
commit ee1c4de48a
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ is in separate files:
* `assertions <assertions.html>`_
* `dollars <dollars.html>`_
* `ctypes <ctypes.html>`_
* `repr_v2 <repr_v2.html>`_
Here is a short overview of the most commonly used functions from the

View File

@@ -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 =