mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
build documentation for repr_v2 (#24325)
(cherry picked from commit 0806fb0b6f)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user