diff options
author | Araq <rumpf_a@web.de> | 2017-11-26 02:51:11 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-11-26 02:51:11 +0100 |
commit | 8d1a5dc8e7b10d5980dc1ce06dce0739caaa7d06 (patch) | |
tree | d2e5a1626c0b16bdcc46af959279a7c8e24bdcea /lib/packages | |
parent | c1782fac2195bf9e82ee38d1e52ae981e2f78229 (diff) | |
download | Nim-8d1a5dc8e7b10d5980dc1ce06dce0739caaa7d06.tar.gz |
the documentation generator now supports system.runnableExamples
Diffstat (limited to 'lib/packages')
-rw-r--r-- | lib/packages/docutils/rstgen.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/packages/docutils/rstgen.nim b/lib/packages/docutils/rstgen.nim index 1272affdc..f156c440b 100644 --- a/lib/packages/docutils/rstgen.nim +++ b/lib/packages/docutils/rstgen.nim @@ -46,7 +46,7 @@ type target*: OutputTarget config*: StringTableRef splitAfter*: int # split too long entries in the TOC - listingCounter: int + listingCounter*: int tocPart*: seq[TocEntry] hasToc*: bool theIndex: string # Contents of the index file to be dumped at the end. |