summary refs log tree commit diff stats
path: root/nimdoc/testproject
Commit message (Expand)AuthorAgeFilesLines
* strict effects (#18777)Andreas Rumpf2021-09-021-4/+6
* docgen: draw frame around active anchors (#18607)Andrey Makarov2021-07-293-73/+152
* support same-line doc comments in routines (#18595)Timothee Cour2021-07-274-1/+171
* docgen: sort symbols (fix #17910) (#18560)Andrey Makarov2021-07-252-335/+335
* nim doc now correctly renders deprecated pragmas for routines and types (#18515)Timothee Cour2021-07-194-3/+23
* docgen: move to shared RST state (fix #16990) (#18256)Andrey Makarov2021-06-201-5/+5
* Fix JS error on index page and detect dark mode (#18191)drtheuns2021-06-073-12/+27
* fix #16993, #18054, #17835 runnableExamples now works with templates and nest...Timothee Cour2021-06-023-10/+15
* fix warnings/hints in nimdoc/tester.nim (#18083)Timothee Cour2021-05-302-8/+9
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-142-90/+90
* follow-up #17837: add `Console` for interactive sessions (#17930)Andrey Makarov2021-05-061-0/+8
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-024-11/+11
* improve nimsuggest/tester, minor improvements to koch.nim (#17879)Timothee Cour2021-04-291-1/+1
* add RST highlighting for command line / shells (also fixes #16858) (#17789)Andrey Makarov2021-04-211-5/+26
* restyle RST option lists (#17637)Andrey Makarov2021-04-101-0/+27
* fix #17615(runnableExamples silently ignored if placed after some code) (#17619)flywind2021-04-022-4/+4
* 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-012-42/+42
* 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-192-33/+90
* RST heading improvements (fix #17091) (#17195)Andrey Makarov2021-03-021-0/+1
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-151-0/+13
* fix #16885: nimdoc css warning (#16893)zetashift2021-02-011-0/+2
* fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)Timothee Cour2021-01-293-33/+971
* conservative approach to fix #15184 (#16723)Andrey Makarov2021-01-154-0/+23
* 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-063-3/+9
* fix #16164, render doc comments (#16230)Miran2020-12-024-1/+18
* Correct all eggs (#15906)Miran2020-11-101-1/+1
* fix #15702, show enum fields documentation (#15792)Miran2020-10-304-1/+44
* [backport: 1.4] Better linebreaks (#15658)Miran2020-10-222-60/+60
* add Source+Edit links on top of every docgend file (#15642)Timothee Cour2020-10-222-0/+2
* 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-052-60/+153
* Fix theme switch load from local storage (#14897)Manuel Bojato2020-07-103-42/+15
* cleanup comment now that #14434 was fixed (#14874)Timothee Cour2020-07-011-2/+0
* fix #14846; add macros.extractDocCommentsAndRunnables (#14849)Timothee Cour2020-07-014-0/+58
* fix #14691 docgen works again for methods (#14701)Timothee Cour2020-06-184-0/+105
* runnableExamples: correctly handle multiline string litterals (#14492)Timothee Cour2020-06-014-0/+90
* hotfix doc comments for procs without body (#14494)Timothee Cour2020-05-294-0/+98
* fix #14485 (#14487)Timothee Cour2020-05-284-0/+42
* fix #8871 runnableExamples now preserves source code comments, litterals, and...Timothee Cour2020-05-287-19/+721
* Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479)Kaushal Modi2020-05-283-1/+27
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-252-1/+7
* fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)Timothee Cour2020-05-201-1/+1
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-061-2/+2
* Fix docs for subdirs too (#13180)Clyybber2020-01-171-1/+1
* Fix docs (#13176)Clyybber2020-01-163-3/+3
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-163-3/+3
* feature dracula themed doc (#12816)Andreas Rumpf2019-12-103-2301/+113