summary refs log tree commit diff stats
path: root/compiler/docgen.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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