make the stdlib work with the changed docgen

This commit is contained in:
Araq
2019-01-11 18:36:20 +01:00
committed by Andreas Rumpf
parent 56b804a283
commit 647066e378
7 changed files with 10 additions and 10 deletions

View File

@@ -418,7 +418,7 @@ proc prepareDealloc(cell: PCell) =
decTypeSize(cell, t)
proc deallocHeap*(runFinalizers = true; allowGcAfterwards = true) =
## Frees the thread local heap. Runs every finalizer if ``runFinalizers```
## Frees the thread local heap. Runs every finalizer if ``runFinalizers``
## is true. If ``allowGcAfterwards`` is true, a minimal amount of allocation
## happens to ensure the GC can continue to work after the call
## to ``deallocHeap``.