summary refs log tree commit diff stats
path: root/nimdoc/tester.nim
Commit message (Expand)AuthorAgeFilesLines
* Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)Andrey Makarov2022-08-231-1/+10
* [minor] give more friendly description (#18973)flywind2021-10-071-1/+1
* fix warnings/hints in nimdoc/tester.nim (#18083)Timothee Cour2021-05-301-5/+7
* gitutils: add diffStrings, diffFiles, and use it in testament to compare expe...Timothee Cour2021-04-301-1/+2
* fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)Timothee Cour2021-01-291-1/+1
* fix #8871 runnableExamples now preserves source code comments, litterals, and...Timothee Cour2020-05-281-0/+1
* fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)Timothee Cour2020-05-201-2/+3
* better run [feature] (#11709)Andreas Rumpf2019-07-111-4/+6
* Use the correct HTML file reference in "nim doc" generated idx files (#11326)Kaushal Modi2019-05-251-10/+53
* docgen: produce links for proc namesAraq2019-01-251-1/+2
* docgen: support markdown link syntax; enable markdown extensionsAraq2019-01-111-1/+1
* make documentation generator tests green againAraq2018-09-131-1/+1
* index generation for docgen knows about subdirectories; index knows about enu...Araq2018-09-131-1/+4
* added a test for 'nim doc'Andreas Rumpf2018-09-071-0/+29