Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better run [feature] (#11709) | Andreas Rumpf | 2019-07-11 | 1 | -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 Modi | 2019-05-25 | 1 | -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 names | Araq | 2019-01-25 | 1 | -1/+2 |
| | |||||
* | docgen: support markdown link syntax; enable markdown extensions | Araq | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | make documentation generator tests green again | Araq | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | 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/+29 |