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 =