| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #14691 docgen works again for methods (#14701) | Timothee Cour | 2020-06-18 | 1 | -14/+5 |
* | refs #14545 fix snippet errors: avoid showing confusing errors when they are ... | Timothee Cour | 2020-06-05 | 1 | -3/+4 |
* | [cleanup] docgen: remove docOutdir now that outDir is always set (#14554) | Timothee Cour | 2020-06-03 | 1 | -17/+7 |
* | walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou... | Timothee Cour | 2020-06-01 | 1 | -11/+10 |
* | hotfix doc comments for procs without body (#14494) | Timothee Cour | 2020-05-29 | 1 | -0/+1 |
* | fix #8871 runnableExamples now preserves source code comments, litterals, and... | Timothee Cour | 2020-05-28 | 1 | -49/+110 |
* | Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479) | Kaushal Modi | 2020-05-28 | 1 | -2/+1 |
* | docgen: fix #14448 show @@ as .. in href text (#14451) | Timothee Cour | 2020-05-25 | 1 | -3/+3 |
* | fix #9227 procs can now have multiple interleaved doc comments + runnableExam... | Timothee Cour | 2020-05-25 | 1 | -7/+41 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 1 | -28/+36 |
* | Remove #PRTEMP leftover comment | Clyybber | 2020-05-20 | 1 | -1/+0 |
* | fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384) | Timothee Cour | 2020-05-20 | 1 | -31/+57 |
* | fix #14174 do not collapse pragma inside runnableExamples (#14385) | Timothee Cour | 2020-05-18 | 1 | -19/+20 |
* | fix some issues with --backend (#14363) | Timothee Cour | 2020-05-16 | 1 | -7/+14 |
* | Make --backend:cpp|js work for :test: code-blocks as well (#14306) | Kaushal Modi | 2020-05-11 | 1 | -1/+2 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -11/+18 |
* | fixes #13986 [backport:1.2] (#14173) | Andreas Rumpf | 2020-04-30 | 1 | -1/+7 |
* | fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647) | Timothee Cour | 2020-03-17 | 1 | -10/+14 |
* | fix hintSuccess: `out` was wrong for `nim doc` without `-o` flag (#13569) | Timothee Cour | 2020-03-04 | 1 | -2/+2 |
* | Fix docgen snippet numbering (#13507) | genotrance | 2020-03-03 | 1 | -1/+1 |
* | Add signatures object to jsondoc for routine types (#13530) | PMunch | 2020-03-02 | 1 | -0/+29 |
* | fix #13150 `nim doc --project` now works reliably (#13223) | Timothee Cour | 2020-02-06 | 1 | -12/+57 |
* | removed unused import | Timothee Cour | 2020-01-28 | 1 | -1/+1 |
* | refactor htmldocs; gitignore it | Timothee Cour | 2020-01-28 | 1 | -4/+5 |
* | Fix docs for subdirs too (#13180) | Clyybber | 2020-01-17 | 1 | -11/+15 |
* | fixes #12998 nim doc regression (#13117) | Timothee Cour | 2020-01-16 | 1 | -2/+9 |
* | successX now correctly shows html output for `nim doc`, `nim jsondoc`; fix #1... | Timothee Cour | 2020-01-15 | 1 | -0/+2 |
* | fixes #13100 nim doc now treats `export localSymbol` correctly (#13123) [back... | Timothee Cour | 2020-01-13 | 1 | -13/+25 |
* | Allow `-o` option for `buildIndex` (#13037) [backport] | BinHong Lee | 2020-01-05 | 1 | -1/+4 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -113/+112 |
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -1/+1 |
* | Small ast.nim cleanup (#12156) | Clyybber | 2019-09-09 | 1 | -6/+6 |
* | fixes #11819 | Araq | 2019-08-16 | 1 | -0/+1 |
* | removed unused imports [refactoring] | Andreas Rumpf | 2019-08-08 | 1 | -2/+2 |
* | run runnableExamples in the module scope (#11732) [feature] | Timothee Cour | 2019-07-22 | 1 | -11/+13 |
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -1/+1 |
* | [bugfix] correct 'source' for documentation (#11540) | Miran | 2019-06-20 | 1 | -1/+3 |
* | Render deprecated pragmas (#8886) | LemonBoy | 2019-06-03 | 1 | -8/+35 |
* | docgen.nim: avoid compiler warning | Araq | 2019-05-28 | 1 | -1/+1 |
* | Use the correct HTML file reference in "nim doc" generated idx files (#11326) | Kaushal Modi | 2019-05-25 | 1 | -1/+1 |
* | fixes #11312 | Araq | 2019-05-24 | 1 | -0/+2 |
* | Replace countup(x, y) with x .. y | Clyybber | 2019-05-07 | 1 | -3/+3 |
* | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -8/+8 |
* | Fix `nim doc` ignoring doc comments with implicit returns and implicit conver... | nc-x | 2019-05-04 | 1 | -1/+1 |
* | fewer ropes (#11037) | Arne Döring | 2019-04-19 | 1 | -1/+1 |
* | more destructor based changes (#10885) | Andreas Rumpf | 2019-03-23 | 1 | -1/+58 |
* | docgen: add links for var, let and const (refs #10487) (#10868) | Miran | 2019-03-20 | 1 | -3/+3 |
* | Fix nightlies :test: snippet issue (#10862) | genotrance | 2019-03-19 | 1 | -1/+1 |
* | Don't include the nimhcr dev docs in the system module documentation (#10759) | zah | 2019-03-08 | 1 | -1/+4 |
* | documentation style tweaks (#10790) | Miran | 2019-03-08 | 1 | -4/+4 |