Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #8871 runnableExamples now preserves source code comments, litterals, ↵ | Timothee Cour | 2020-05-28 | 1 | -0/+22 |
| | | | | | | | | | | | 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 | ||||
* | RST parser: fixes #8158 | Araq | 2019-01-11 | 1 | -0/+9 |
| | |||||
* | docgen: support markdown headings too | Araq | 2019-01-11 | 1 | -0/+13 |
| | |||||
* | docgen: support markdown link syntax; enable markdown extensions | Araq | 2019-01-11 | 1 | -0/+2 |
| | |||||
* | docgen: fixes #9432 [backport] | Araq | 2018-10-31 | 1 | -0/+16 |
| | |||||
* | index generation for docgen knows about subdirectories; index knows about ↵ | Araq | 2018-09-13 | 1 | -1/+4 |
| | | | | enum values; fixes import statement for runnableExamples | ||||
* | added a test for 'nim doc' | Andreas Rumpf | 2018-09-07 | 1 | -0/+7 |