Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nim doc now correctly renders deprecated pragmas for routines and types (#18515) | Timothee Cour | 2021-07-19 | 1 | -0/+1 |
| | |||||
* | typo: nonexistant => nonexistent (#17918) | Timothee Cour | 2021-05-02 | 1 | -1/+1 |
| | | | | | * typo: nonexistant => nonexistent * fix test (ordering differs because of https://github.com/nim-lang/Nim/issues/17910) | ||||
* | conservative approach to fix #15184 (#16723) | Andrey Makarov | 2021-01-15 | 1 | -0/+1 |
| | |||||
* | fix #16164, render doc comments (#16230) | Miran | 2020-12-02 | 1 | -0/+1 |
| | | | | | * fix #16164, render doc comments * add a test | ||||
* | fix #15702, show enum fields documentation (#15792) | Miran | 2020-10-30 | 1 | -0/+4 |
| | |||||
* | fix #14846; add macros.extractDocCommentsAndRunnables (#14849) | Timothee Cour | 2020-07-01 | 1 | -0/+3 |
| | | | | | | | | | * fix #14846; add macros.extractDocCommentsAndRunnables * fixup * update tests * address comment | ||||
* | fix #14691 docgen works again for methods (#14701) | Timothee Cour | 2020-06-18 | 1 | -0/+5 |
| | | | | | * fix #14691 docgen methods * fixup | ||||
* | 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 |