summary refs log tree commit diff stats
path: root/nimdoc/testproject/expected/subdir
Commit message (Expand)AuthorAgeFilesLines
* 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-161-1/+1
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-161-1/+1
* feature dracula themed doc (#12816)Andreas Rumpf2019-12-101-767/+40
* Removing the mention of using `discard` for block comments (#12837) [backport]Elliot Waite2019-12-081-0/+1
* Implement some custom formatting for input fields in the documentation (#11632)Hugo Locurcio2019-07-031-0/+17
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-0/+5
* fixes #10857 invisible span had width (#10860)Anthon van der Neut2019-03-191-4/+8
* documentation style tweaks (#10790)Miran2019-03-081-3/+3
* fix documentation CSSnarimiran2019-02-051-16/+28
* update documentation CSS (#10543)Miran2019-02-041-676/+231
* change the expected output of nim docnarimiran2019-01-281-5/+2
* docgen: do not produce trailing commas for linksAraq2019-01-251-9/+9
* docgen: produce links for proc namesAraq2019-01-251-3/+3
* RST parser: fixes #8158Araq2019-01-111-1/+8
* docgen: support markdown headings tooAraq2019-01-111-2/+12
* Change documentation details (closes #5525) (#9542)Miran2018-10-311-2/+2
* docgen: fixes #9432 [backport]Araq2018-10-311-0/+27
* Do not encode the anchors in docs (`id` attr in `a` tags) (#9261)Kaushal Modi2018-10-091-1/+1
* Make "koch docs" copy the dochack.js to the right location tooKaushal Modi2018-09-291-1/+1
* Encode non-alphanum chars like %, + in URLs in the docsKaushal Modi2018-09-281-3/+5
* make documentation generator tests green againAraq2018-09-131-2/+4
* added a test for 'nim doc'Andreas Rumpf2018-09-071-0/+1299