Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runnableExamples: correctly handle multiline string litterals (#14492) | Timothee Cour | 2020-06-01 | 1 | -0/+1 |
| | | | | | * runnableExamples: correctly handle multiline string litterals * address comments: improve doc comments + variable namings | ||||
* | hotfix doc comments for procs without body (#14494) | Timothee Cour | 2020-05-29 | 1 | -0/+4 |
| | |||||
* | fix #14485 (#14487) | Timothee Cour | 2020-05-28 | 1 | -0/+1 |
| | |||||
* | fix #8871 runnableExamples now preserves source code comments, litterals, ↵ | Timothee Cour | 2020-05-28 | 1 | -2/+30 |
| | | | | | | | | | | | and all formatting; other bug fix (#14439) * fix #8871 runnableExamples now preserves source code comments, litterals, and all formatting * remove orig deadcode from getAllRunnableExamplesImpl * fix expected examples * add test to close https://github.com/nim-lang/Nim/issues/14473 * correctly handle regular comments before 1st token inside runnableExamples * add test to answer https://github.com/nim-lang/Nim/pull/14439#discussion_r431829199 * update tests | ||||
* | Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479) | Kaushal Modi | 2020-05-28 | 1 | -0/+14 |