summary refs log tree commit diff stats
path: root/compiler/docgen.nim
Commit message (Expand)AuthorAgeFilesLines
* fix #14691 docgen works again for methods (#14701)Timothee Cour2020-06-181-14/+5
* refs #14545 fix snippet errors: avoid showing confusing errors when they are ...Timothee Cour2020-06-051-3/+4
* [cleanup] docgen: remove docOutdir now that outDir is always set (#14554)Timothee Cour2020-06-031-17/+7
* walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...Timothee Cour2020-06-011-11/+10
* hotfix doc comments for procs without body (#14494)Timothee Cour2020-05-291-0/+1
* fix #8871 runnableExamples now preserves source code comments, litterals, and...Timothee Cour2020-05-281-49/+110
* Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479)Kaushal Modi2020-05-281-2/+1
* docgen: fix #14448 show @@ as .. in href text (#14451)Timothee Cour2020-05-251-3/+3
* fix #9227 procs can now have multiple interleaved doc comments + runnableExam...Timothee Cour2020-05-251-7/+41
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-28/+36
* Remove #PRTEMP leftover commentClyybber2020-05-201-1/+0
* fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)Timothee Cour2020-05-201-31/+57
* fix #14174 do not collapse pragma inside runnableExamples (#14385)Timothee Cour2020-05-181-19/+20
* fix some issues with --backend (#14363)Timothee Cour2020-05-161-7/+14
* Make --backend:cpp|js work for :test: code-blocks as well (#14306)Kaushal Modi2020-05-111-1/+2
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-11/+18
* fixes #13986 [backport:1.2] (#14173)Andreas Rumpf2020-04-301-1/+7
* fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)Timothee Cour2020-03-171-10/+14
* fix hintSuccess: `out` was wrong for `nim doc` without `-o` flag (#13569)Timothee Cour2020-03-041-2/+2
* Fix docgen snippet numbering (#13507)genotrance2020-03-031-1/+1
* Add signatures object to jsondoc for routine types (#13530)PMunch2020-03-021-0/+29
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-061-12/+57
* removed unused importTimothee Cour2020-01-281-1/+1
* refactor htmldocs; gitignore itTimothee Cour2020-01-281-4/+5
* Fix docs for subdirs too (#13180)Clyybber2020-01-171-11/+15
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-161-2/+9
* successX now correctly shows html output for `nim doc`, `nim jsondoc`; fix #1...Timothee Cour2020-01-151-0/+2
* fixes #13100 nim doc now treats `export localSymbol` correctly (#13123) [back...Timothee Cour2020-01-131-13/+25
* Allow `-o` option for `buildIndex` (#13037) [backport]BinHong Lee2020-01-051-1/+4
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-113/+112
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-6/+6
* fixes #11819Araq2019-08-161-0/+1
* removed unused imports [refactoring]Andreas Rumpf2019-08-081-2/+2
* run runnableExamples in the module scope (#11732) [feature]Timothee Cour2019-07-221-11/+13
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* [bugfix] correct 'source' for documentation (#11540)Miran2019-06-201-1/+3
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-8/+35
* docgen.nim: avoid compiler warningAraq2019-05-281-1/+1
* Use the correct HTML file reference in "nim doc" generated idx files (#11326)Kaushal Modi2019-05-251-1/+1
* 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