summary refs log tree commit diff stats
path: root/compiler/docgen.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #11312Araq2019-05-241-0/+2
* Replace countup(x, y) with x .. yClyybber2019-05-071-3/+3
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-8/+8
* Fix `nim doc` ignoring doc comments with implicit returns and implicit conver...nc-x2019-05-041-1/+1
* fewer ropes (#11037)Arne Döring2019-04-191-1/+1
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-1/+58
* docgen: add links for var, let and const (refs #10487) (#10868)Miran2019-03-201-3/+3
* Fix nightlies :test: snippet issue (#10862)genotrance2019-03-191-1/+1
* Don't include the nimhcr dev docs in the system module documentation (#10759)zah2019-03-081-1/+4
* documentation style tweaks (#10790)Miran2019-03-081-4/+4
* fixes a critical GC safety inference bug (#10615)Andreas Rumpf2019-03-051-3/+4
* compiler/[main,docgen]: don't put generated doc in subfolder (#10754)alaviss2019-02-281-1/+3
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-8/+6
* devel docs should point to devel src (#10529)Miran2019-02-021-1/+2
* The `file` directive is relative to the file it is inLemonBoy2019-01-301-1/+1
* Make sure the test snippet directory existsLemonBoy2019-01-301-5/+7
* docgen: style tweakAraq2019-01-251-1/+1
* docgen: do not produce trailing commas for linksAraq2019-01-251-7/+10
* docgen: produce links for proc namesAraq2019-01-251-6/+16
* docgen: nicer indentationAraq2019-01-251-22/+22
* Added --docInternal option to allow 'nim doc' to include non-exported symbolsIco Doornekamp2019-01-231-1/+4
* docgen: support markdown link syntax; enable markdown extensionsAraq2019-01-111-2/+2
* fixes #10188Araq2019-01-041-0/+1
* runnableExamples: compile and test them as a single file; fixes #9300Araq2019-01-041-2/+10
* fix #8289 (#9828)Timothee Cour2018-11-301-0/+6
* Change documentation details (closes #5525) (#9542)Miran2018-10-311-1/+1
* docgen: make tests green again [backport]Araq2018-10-301-1/+1
* docgen: fixes #9235 [backport]Araq2018-10-301-1/+0
* docgen: fixes #9169 [backport]Araq2018-10-301-24/+15
* Fixes #9364 and add moduleDescription to jsondoc (#9396)PMunch2018-10-171-8/+14
* fixes unexpected transforming of runnableExamples (#9158)Steve Kellock2018-10-091-6/+1
* nim doc can run code blocks (#9228)LemonBoy2018-10-091-24/+32
* docgen: fixes typoAraq2018-10-021-1/+1
* fixes #9140Araq2018-10-011-1/+1
* fix extension passing for rst2tex commandSergey Avseyev2018-09-291-3/+3
* fixes #9083Araq2018-09-271-1/+1
* math.nim: document what to use instead of 'fmod'Araq2018-09-251-1/+1
* docgen tests: patch 'nim' commands to use the currently running exe insteadAndreas Rumpf2018-09-181-4/+6
* fixes #1616; fixes 'nim doc' regressionsAndreas Rumpf2018-09-171-13/+41
* index generation for docgen knows about subdirectories; index knows about enu...Araq2018-09-131-3/+16
* nim doc: fixes cross-link generation when --out is usedAraq2018-09-101-4/+9
* some protection against injected doc comments from templatesAraq2018-09-081-6/+11
* 'nim doc': fixes index generation regressionAraq2018-09-081-2/+6
* added a test for 'nim doc'Andreas Rumpf2018-09-071-3/+3
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-73/+99
* fixes #3655Andreas Rumpf2018-09-071-5/+10
* system.compileDate and compileTime are in UTC; fixes #7305; docgen supports S...Andreas Rumpf2018-09-031-1/+1
* runnableExample: put each example to its own file; fixes #7285Andreas Rumpf2018-09-031-22/+15
* fixes #8831Andreas Rumpf2018-09-031-1/+1
* change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa...Andreas Rumpf2018-09-021-1/+58