summary refs log tree commit diff stats
path: root/nimdoc/testproject/expected/testproject.html
Commit message (Expand)AuthorAgeFilesLines
* Prevent font flashing in the docs (#23622)Nils Lindemann2024-05-271-3/+4
* closes #15176; adds a test case (#23248)ringabout2024-01-221-2/+9
* Make `data-theme` default to "auto" in HTML (#23222)Jake Leahy2024-01-191-1/+1
* fix spurious indent and newlines in rendering of nkRecList (#23121)metagn2023-12-241-11/+5
* fix #22492 (#22511)Hamid Bluri2023-08-221-1/+1
* Fix non-toplevel fields in objects not getting rendered (#22266)Jake Leahy2023-07-161-1/+22
* fixes #21483; fixes nim doc skips documentation of annotated elements of obje...ringabout2023-04-291-0/+29
* fixes #19396; Nimdoc hide nonexported fields (#21305)ringabout2023-02-011-0/+12
* Make async stacktraces less verbose (#21091)Jake Leahy2022-12-151-5/+6
* Docs expand `using` parameters (#21076)Jake Leahy2022-12-121-2/+11
* Fix #14476 (#20878)Jake Leahy2022-11-211-1/+1
* move google fonts to the last part (#20541)ringabout2022-10-111-4/+3
* fixes #20524; add forbids pragmas to hideable lists (#20525)ringabout2022-10-091-34/+34
* Docs auto dark mode (#20188)Amjad Ben Hedhili2022-08-211-6/+7
* .forbids pragma: defining forbidden tags (#20050)Lancer112112022-07-261-34/+37
* Make imports/exports not be a dropdown in sidebar (#19907)Jake Leahy2022-07-161-6/+1
* Fixes #19900 (#19906)Jake Leahy2022-06-191-1/+1
* Keep the doc sidebar on the screen while scrolling (#19851)JJ2022-06-151-812/+726
* rewrite docs JS in Nim (#19701)flywind2022-04-091-43/+0
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-281-10/+198
* strict effects (#18777)Andreas Rumpf2021-09-021-4/+6
* docgen: draw frame around active anchors (#18607)Andrey Makarov2021-07-291-59/+118
* docgen: sort symbols (fix #17910) (#18560)Andrey Makarov2021-07-251-330/+330
* nim doc now correctly renders deprecated pragmas for routines and types (#18515)Timothee Cour2021-07-191-3/+15
* Fix JS error on index page and detect dark mode (#18191)drtheuns2021-06-071-4/+9
* fix #16993, #18054, #17835 runnableExamples now works with templates and nest...Timothee Cour2021-06-021-5/+6
* fix warnings/hints in nimdoc/tester.nim (#18083)Timothee Cour2021-05-301-4/+4
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-141-89/+89
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-021-7/+7
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-021-1/+3
* enable syntax highlighting for inline code (#17585)Andrey Makarov2021-04-021-4/+4
* docgen: render pragmas by default except for a select list (and fix #9074) (#...Timothee Cour2021-04-011-41/+41
* fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for to...Timothee Cour2021-03-291-4/+8
* fix #16901: sidebar groups now works with all routines, not just proc,func (#...Timothee Cour2021-03-191-28/+76
* fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)Timothee Cour2021-01-291-32/+32
* conservative approach to fix #15184 (#16723)Andrey Makarov2021-01-151-0/+12
* put both funcs and procs under the same section in the documentation (#16301)Miran2020-12-091-23/+12
* nimdoc: Initialize theme switch and pragma dots on DOMContentLoaded (#16247)Sebastian Reinhard2020-12-061-1/+3
* fix #16164, render doc comments (#16230)Miran2020-12-021-1/+10
* fix #15702, show enum fields documentation (#15792)Miran2020-10-301-0/+15
* [backport: 1.4] Better linebreaks (#15658)Miran2020-10-221-55/+55
* add Source+Edit links on top of every docgend file (#15642)Timothee Cour2020-10-221-0/+1
* docgen: improve alignment of comments (still not perfect) (#15506)Andreas Rumpf2020-10-071-5/+6
* group procs of the same name in TOC (#15487)Miran2020-10-051-59/+149
* Fix theme switch load from local storage (#14897)Manuel Bojato2020-07-101-14/+5
* fix #14846; add macros.extractDocCommentsAndRunnables (#14849)Timothee Cour2020-07-011-0/+29
* fix #14691 docgen works again for methods (#14701)Timothee Cour2020-06-181-0/+58
* runnableExamples: correctly handle multiline string litterals (#14492)Timothee Cour2020-06-011-0/+45
* hotfix doc comments for procs without body (#14494)Timothee Cour2020-05-291-0/+48
* fix #14485 (#14487)Timothee Cour2020-05-281-0/+21