summary refs log tree commit diff stats
path: root/compiler/docgen.nim
Commit message (Expand)AuthorAgeFilesLines
* opensym as node kind + fixed experimental switch (#23892)metagn2024-08-121-3/+3
* fixes #23914; jsondoc broken in devel (#23916)ringabout2024-08-111-1/+1
* retain postfix node in type section typed AST, with docgen fix (#23101)metagn2023-12-231-13/+18
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-4/+6
* fixes #23051; don't generate documentation for exported symbols again (#23074)ringabout2023-12-141-1/+2
* type graph refactor; part 3 (#23064)Andreas Rumpf2023-12-141-2/+1
* Fix using `--stdout` with `jsondoc` (#22925)Jake Leahy2023-11-091-1/+1
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-5/+6
* unpublic the sons field of PType; the precursor to PType refactorings (#22446)ringabout2023-08-111-2/+2
* `initNodeTable` and friends now return (#22444)ringabout2023-08-111-1/+1
* replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...ringabout2023-08-101-3/+2
* refactors initSrcGen and initTokRender into returning objects (#22421)ringabout2023-08-091-8/+5
* use strictdefs for compiler (#22365)ringabout2023-08-061-13/+33
* fix server caching issue causing Theme failures (#22378)Daniel Belmes2023-08-061-2/+2
* Fix doc comment rendering for concepts (#22312)konsumlamm2023-07-221-1/+1
* fix `jsondoc` not getting `showNonExports` flag (#22267)Jake Leahy2023-07-201-7/+10
* Tolerate markup errors for doc comments (#19607) (#22235)Andrey Makarov2023-07-071-3/+13
* fixes #19607 (#21576)Andreas Rumpf2023-06-161-11/+17
* compiler/docgen: pass --path:… to runnableExamples (#21669)Emery Hemingway2023-04-171-2/+5
* runnableExamples imports std/assertions by default (#21658)metagn2023-04-141-1/+3
* Fix nim doc crash with group referencing & include (#21600)Andrey Makarov2023-04-021-6/+11
* fixes #19396; Nimdoc hide nonexported fields (#21305)ringabout2023-02-011-9/+13
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-041-55/+145
* fix #19580; add warning for bare except: clause (#21099)ringabout2022-12-151-4/+4
* Docs expand `using` parameters (#21076)Jake Leahy2022-12-121-4/+4
* fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...Bung2022-12-121-1/+1
* Revert "fix #15836 proc arg return type auto unexpectly match proc with concr...ringabout2022-12-091-1/+1
* fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...Bung2022-12-091-1/+1
* fixes #20572 (#20585)Andreas Rumpf2022-10-171-2/+2
* Fix "imported but not used" warnings (#20575)Andrey Makarov2022-10-161-1/+0
* Make rstgen work with gcsafe (#20534)ringabout2022-10-101-3/+3
* add plausibleAnalytics support for koch docs[backport:1.6] (#20454)ringabout2022-09-301-0/+8
* fixes #9462; jsondoc --index can generate a theindex.json (#20205)ringabout2022-09-061-0/+16
* fix `nim md2tex` and `koch pdf` commands (#20280)Andrey Makarov2022-08-281-1/+2
* Fix auto links to subheader when TOC is present (#20279)Andrey Makarov2022-08-271-10/+9
* Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)Andrey Makarov2022-08-231-0/+44
* fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...ringabout2022-08-201-0/+2
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-091-0/+4
* fixes #20132; fixes the broken jsondoc comand [backport] (#20135)ringabout2022-08-041-1/+2
* .forbids pragma: defining forbidden tags (#20050)Lancer112112022-07-261-1/+3
* Make imports/exports not be a dropdown in sidebar (#19907)Jake Leahy2022-07-161-3/+14
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-151-13/+20
* RST: improve simple tables (#19859)Andrey Makarov2022-06-041-0/+1
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-301-8/+5
* Move common Latex code into class nimdoc.cls (#19734)Andrey Makarov2022-04-211-1/+5
* Document links repect --out in .idx file (#19543)Jake Leahy2022-02-241-1/+4
* fix broken CI (#19472)flywind2022-01-311-0/+1
* Merge pull request from GHSA-ggrq-h43f-3w7mDominik Picheta2022-01-291-1/+1
* Fix group reference (with capital letters (#19196)Andrey Makarov2021-12-201-1/+2
* change os.nim doc links to new style (#19102)Andrey Makarov2021-11-081-0/+7