| Commit message (Expand) | Author | Age | Files | Lines |
* | docgen: sort symbols (fix #17910) (#18560) | Andrey Makarov | 2021-07-25 | 1 | -330/+330 |
* | nim doc now correctly renders deprecated pragmas for routines and types (#18515) | Timothee Cour | 2021-07-19 | 1 | -3/+15 |
* | Fix JS error on index page and detect dark mode (#18191) | drtheuns | 2021-06-07 | 1 | -4/+9 |
* | fix #16993, #18054, #17835 runnableExamples now works with templates and nest... | Timothee Cour | 2021-06-02 | 1 | -5/+6 |
* | fix warnings/hints in nimdoc/tester.nim (#18083) | Timothee Cour | 2021-05-30 | 1 | -4/+4 |
* | `doc2tex`: generate docs to Latex (#17997) | Andrey Makarov | 2021-05-14 | 1 | -89/+89 |
* | typo: nonexistant => nonexistent (#17918) | Timothee Cour | 2021-05-02 | 1 | -7/+7 |
* | fix #17615(runnableExamples silently ignored if placed after some code) (#17619) | flywind | 2021-04-02 | 1 | -1/+3 |
* | enable syntax highlighting for inline code (#17585) | Andrey Makarov | 2021-04-02 | 1 | -4/+4 |
* | docgen: render pragmas by default except for a select list (and fix #9074) (#... | Timothee Cour | 2021-04-01 | 1 | -41/+41 |
* | fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for to... | Timothee Cour | 2021-03-29 | 1 | -4/+8 |
* | fix #16901: sidebar groups now works with all routines, not just proc,func (#... | Timothee Cour | 2021-03-19 | 1 | -28/+76 |
* | fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857) | Timothee Cour | 2021-01-29 | 1 | -32/+32 |
* | conservative approach to fix #15184 (#16723) | Andrey Makarov | 2021-01-15 | 1 | -0/+12 |
* | put both funcs and procs under the same section in the documentation (#16301) | Miran | 2020-12-09 | 1 | -23/+12 |
* | nimdoc: Initialize theme switch and pragma dots on DOMContentLoaded (#16247) | Sebastian Reinhard | 2020-12-06 | 1 | -1/+3 |
* | fix #16164, render doc comments (#16230) | Miran | 2020-12-02 | 1 | -1/+10 |
* | fix #15702, show enum fields documentation (#15792) | Miran | 2020-10-30 | 1 | -0/+15 |
* | [backport: 1.4] Better linebreaks (#15658) | Miran | 2020-10-22 | 1 | -55/+55 |
* | add Source+Edit links on top of every docgend file (#15642) | Timothee Cour | 2020-10-22 | 1 | -0/+1 |
* | docgen: improve alignment of comments (still not perfect) (#15506) | Andreas Rumpf | 2020-10-07 | 1 | -5/+6 |
* | group procs of the same name in TOC (#15487) | Miran | 2020-10-05 | 1 | -59/+149 |
* | Fix theme switch load from local storage (#14897) | Manuel Bojato | 2020-07-10 | 1 | -14/+5 |
* | fix #14846; add macros.extractDocCommentsAndRunnables (#14849) | Timothee Cour | 2020-07-01 | 1 | -0/+29 |
* | fix #14691 docgen works again for methods (#14701) | Timothee Cour | 2020-06-18 | 1 | -0/+58 |
* | runnableExamples: correctly handle multiline string litterals (#14492) | Timothee Cour | 2020-06-01 | 1 | -0/+45 |
* | hotfix doc comments for procs without body (#14494) | Timothee Cour | 2020-05-29 | 1 | -0/+48 |
* | fix #14485 (#14487) | Timothee Cour | 2020-05-28 | 1 | -0/+21 |
* | fix #8871 runnableExamples now preserves source code comments, litterals, and... | Timothee Cour | 2020-05-28 | 1 | -8/+335 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 1 | -0/+3 |
* | fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384) | Timothee Cour | 2020-05-20 | 1 | -1/+1 |
* | Fix docs (#13176) | Clyybber | 2020-01-16 | 1 | -1/+1 |
* | fixes #12998 nim doc regression (#13117) | Timothee Cour | 2020-01-16 | 1 | -1/+1 |
* | feature dracula themed doc (#12816) | Andreas Rumpf | 2019-12-10 | 1 | -767/+40 |
* | Removing the mention of using `discard` for block comments (#12837) [backport] | Elliot Waite | 2019-12-08 | 1 | -0/+1 |
* | renderer letAux fix only for octal literal (#12343) | Ridho Pratama | 2019-10-08 | 1 | -0/+47 |
* | Implement some custom formatting for input fields in the documentation (#11632) | Hugo Locurcio | 2019-07-03 | 1 | -0/+17 |
* | Render deprecated pragmas (#8886) | LemonBoy | 2019-06-03 | 1 | -0/+33 |
* | Fixes #11078 (#11079) | Jasper Jenkins | 2019-04-23 | 1 | -1/+3 |
* | docgen: add links for var, let and const (refs #10487) (#10868) | Miran | 2019-03-20 | 1 | -1/+1 |
* | fixes #10857 invisible span had width (#10860) | Anthon van der Neut | 2019-03-19 | 1 | -8/+12 |
* | documentation style tweaks (#10790) | Miran | 2019-03-08 | 1 | -3/+3 |
* | fix documentation CSS | narimiran | 2019-02-05 | 1 | -16/+28 |
* | update documentation CSS (#10543) | Miran | 2019-02-04 | 1 | -676/+231 |
* | change the expected output of nim doc | narimiran | 2019-01-28 | 1 | -5/+2 |
* | docgen: do not produce trailing commas for links | Araq | 2019-01-25 | 1 | -6/+6 |
* | docgen: produce links for proc names | Araq | 2019-01-25 | 1 | -5/+5 |
* | docgen: support markdown link syntax; enable markdown extensions | Araq | 2019-01-11 | 1 | -1/+1 |
* | Change documentation details (closes #5525) (#9542) | Miran | 2018-10-31 | 1 | -2/+2 |
* | docgen: fixes #9432 [backport] | Araq | 2018-10-31 | 1 | -0/+58 |