summary refs log tree commit diff stats
path: root/nimdoc
Commit message (Expand)AuthorAgeFilesLines
* Fix theme switch load from local storage (#14897)Manuel Bojato2020-07-105-70/+25
* 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-288-19/+722
* 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-253-1/+10
* fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)Timothee Cour2020-05-202-3/+4
* 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-165-5/+5
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-165-5/+5
* feature dracula themed doc (#12816)Andreas Rumpf2019-12-105-3835/+186
* Removing the mention of using `discard` for block comments (#12837) [backport]Elliot Waite2019-12-085-0/+5
* renderer letAux fix only for octal literal (#12343)Ridho Pratama2019-10-083-1/+69
* better run [feature] (#11709)Andreas Rumpf2019-07-111-4/+6
* Implement some custom formatting for input fields in the documentation (#11632)Hugo Locurcio2019-07-035-0/+85
* Render deprecated pragmas (#8886)LemonBoy2019-06-035-0/+56
* Use the correct HTML file reference in "nim doc" generated idx files (#11326)Kaushal Modi2019-05-255-10/+1715
* Fixes #11078 (#11079)Jasper Jenkins2019-04-232-1/+5
* docgen: add links for var, let and const (refs #10487) (#10868)Miran2019-03-201-1/+1
* fixes #10857 invisible span had width (#10860)Anthon van der Neut2019-03-193-12/+24
* documentation style tweaks (#10790)Miran2019-03-083-9/+9
* fix documentation CSSnarimiran2019-02-053-48/+84
* update documentation CSS (#10543)Miran2019-02-043-2028/+693
* change the expected output of nim docnarimiran2019-01-283-15/+6
* docgen: do not produce trailing commas for linksAraq2019-01-253-20/+20
* docgen: produce links for proc namesAraq2019-01-253-9/+10
* RST parser: fixes #8158Araq2019-01-112-1/+17
* docgen: support markdown headings tooAraq2019-01-113-3/+26
* docgen: support markdown link syntax; enable markdown extensionsAraq2019-01-113-2/+4
* Change documentation details (closes #5525) (#9542)Miran2018-10-312-4/+4
* docgen: fixes #9432 [backport]Araq2018-10-315-1/+132
* Do not encode the anchors in docs (`id` attr in `a` tags) (#9261)Kaushal Modi2018-10-092-4/+4
* Make "koch docs" copy the dochack.js to the right location tooKaushal Modi2018-09-293-3/+3
* Don't prevent ',' from getting escaped in theindex.htmlKaushal Modi2018-09-281-4/+4
* Encode non-alphanum chars like %, + in URLs in the docsKaushal Modi2018-09-282-10/+16
* Revert #7964LemonBoy2018-09-213-1/+25
* make documentation generator tests green againAraq2018-09-133-5/+10
* index generation for docgen knows about subdirectories; index knows about enu...Araq2018-09-134-3/+1276
* added a test for 'nim doc'Andreas Rumpf2018-09-076-0/+2687
re>
a16e6bd22 ^
03b05bd34 ^
1a7fdb09d ^
03b05bd34 ^

49d810f34 ^
03b05bd34 ^

ae0e5604f ^
49d810f34 ^
1a7fdb09d ^



46ee026e7 ^
342834d7f ^


6b38b37b4 ^
0fff332b8 ^
342834d7f ^
46ee026e7 ^
342834d7f ^
03b05bd34 ^

46ee026e7 ^
f6c63d119 ^
03b05bd34 ^


46ee026e7 ^

03b05bd34 ^
3cef2129b ^

46ee026e7 ^

03b05bd34 ^
46ee026e7 ^
03b05bd34 ^

























342834d7f ^
03b05bd34 ^





a16e6bd22 ^
342834d7f ^


6b38b37b4 ^
342834d7f ^


















6b38b37b4 ^
342834d7f ^
a16e6bd22 ^
03b05bd34 ^




1a7fdb09d ^
03b05bd34 ^



























03b05bd34 ^
d1cf04a38 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207