File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
1415Here is a short overview of the most commonly used functions from the
Original file line number Diff line number Diff 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 = """
200200lib/system/nimscript.nim
201- lib/system/assertions.nim
202201lib/system/iterators.nim
203202lib/system/exceptions.nim
204203lib/system/dollars.nim
205204lib/system/ctypes.nim
205+ lib/system/repr_v2.nim
206206""" .splitWhitespace ()
207207
208208 proc follow (a: PathEntry ): bool =
You can’t perform that action at this time.
0 commit comments