summary refs log tree commit diff stats
path: root/nimdoc/tester.nim
Commit message (Collapse)AuthorAgeFilesLines
* better run [feature] (#11709)Andreas Rumpf2019-07-111-4/+6
| | | | | | | * track the checksums of all involved Nim files for smarter 'nim c -r' recompiles * don't recompile unless necessary for 'nim c -r' [feature] * [feature] koch boot uses a two step process in order to free the RAM before the GCC/Clang invocations * fixes a serious regression
* Use the correct HTML file reference in "nim doc" generated idx files (#11326)Kaushal Modi2019-05-251-10/+53
| | | | | | | | | | | | | | | | | | | * Use the correct HTML file reference in "nim doc" generated idx files Now "nim doc --out:foo.html --index:on bar.nim" generates "foo.html" and the generated "bar.idx" contains references to "foo.html". Fixes https://github.com/nim-lang/Nim/issues/11325. * Refactor the nim doc tester to extend it for more tests * Reference the HTML files relative to the outDir, not project dir * Add test for issues #11312 and #11325 - https://github.com/nim-lang/Nim/issues/11312 - https://github.com/nim-lang/Nim/issues/11325
* 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 ↵Araq2018-09-131-1/+4
| | | | enum values; fixes import statement for runnableExamples
* added a test for 'nim doc'Andreas Rumpf2018-09-071-0/+29