summary refs log tree commit diff stats
path: root/nimdoc/testproject/subdir/subdir_b
Commit message (Collapse)AuthorAgeFilesLines
* fix #8871 runnableExamples now preserves source code comments, litterals, ↵Timothee Cour2020-05-281-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 #8158Araq2019-01-111-0/+9
|
* docgen: support markdown headings tooAraq2019-01-111-0/+13
|
* docgen: support markdown link syntax; enable markdown extensionsAraq2019-01-111-0/+2
|
* docgen: fixes #9432 [backport]Araq2018-10-311-0/+16
|
* index generation for docgen knows about subdirectories; index knows about ↵Araq2018-09-131-1/+4
| | | | enum values; fixes import statement for runnableExamples
* added a test for 'nim doc'Andreas Rumpf2018-09-071-0/+7