build documentation for repr_v2 (#24325)

This commit is contained in:
ringabout
2024-10-18 22:52:33 +08:00
committed by GitHub
parent 68b2e9eb6a
commit 0806fb0b6f
2 changed files with 2 additions and 1 deletions

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 =