summary refs log tree commit diff stats
path: root/compiler/docgen.nim
Commit message (Expand)AuthorAgeFilesLines
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-4/+10
* Do not generate Source/Edit without git in configRuslan Mustakov2017-07-311-6/+8
* nimsuggest: bugfix: also output documentation commentsAndreas Rumpf2017-02-031-20/+20
* Remove docgen.nim's dependency on things being in pathSamadi van Koten2016-11-281-2/+4
* big refactoring: step 1Araq2016-10-311-3/+3
* fixes #4913Andreas Rumpf2016-10-201-1/+1
* generated theindex.html is valid htmlAraq2016-09-091-1/+1
* docgen: group by type featureAndreas Rumpf2016-09-081-1/+5
* docgen: different attachedType generationAndreas Rumpf2016-09-081-7/+8
* documentation now has an 'edit' buttonAndreas Rumpf2016-09-081-6/+10
* json doc info also includes line,col informationAndreas Rumpf2016-07-231-3/+4
* docgen improvementsAndreas Rumpf2016-07-221-3/+4
* fixes #4428Andreas Rumpf2016-07-191-1/+1
* fixes #4485; package handling works better; docgen works with --project on Ni...Andreas Rumpf2016-07-191-5/+15
* docgen improvement: hidden 'attachedType' span is generated for upcoming docg...Andreas Rumpf2016-07-131-1/+51
* the Nim compiler supports the jsondoc2 commandAndreas Rumpf2016-07-131-21/+35
* docgen: hide pragmasAndreas Rumpf2016-07-081-1/+9
* generated source code links also work when generated on UnixAndreas Rumpf2016-06-091-4/+3
* implements multi-line-comments; pounds are stripped from the doc commentsAndreas Rumpf2016-01-161-2/+2
* first implementation of the new lambda-lifting pass; barely anything worksAndreas Rumpf2015-12-261-1/+1
* fixes #1799Araq2015-10-251-1/+1
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-1/+1
* Dropped 'T' from typespdw2015-06-041-3/+3
* Get rid of deprecation warningsdef2015-04-071-61/+61
* compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-011-1/+1
* compiler_ropes: don't expose newRopeJacek Sieka2015-04-011-1/+1
* Fix segfault in jsondocFlaviu Tamas2015-03-181-5/+5
* Fix typosFederico Ceratto2015-02-151-1/+1
* Fix typosFederico Ceratto2015-02-151-2/+2
* Complete adding google analytics to docsFlaviu Tamas2014-12-251-21/+21
* Mostly get analytics working for docsFlaviu Tamas2014-12-251-2/+21
* Merge branch 'pr_adds_code_directive_to_rst' into pr_bigbreak_adds_code_direc...Grzegorz Adam Hankiewicz2014-11-031-0/+1
|\
| * Modifies docgen to support new warning message.Grzegorz Adam Hankiewicz2014-07-191-0/+1
* | Merge branch 'devel' into bigbreakAraq2014-10-201-0/+2
|\ \
| * | disable 'view source' featureAraq2014-10-201-0/+2
| |/
* | renamed URLencode to encodeUrlAraq2014-09-101-2/+2
* | Fix case issues in compiler/docgen.Dominik Picheta2014-09-101-2/+2
* | updated the compiler to use the new symbol namesAraq2014-08-281-4/+4
* | Nimrod renamed to NimAraq2014-08-281-1/+1
* | renamefestAraq2014-08-231-2/+2
|/
* Moves TOC index entry generation to rstgen module.Grzegorz Adam Hankiewicz2014-04-211-25/+0
* Splits index into documents and APIs.Grzegorz Adam Hankiewicz2014-04-211-2/+2
* Adds documentation sections to the index.Grzegorz Adam Hankiewicz2014-04-211-0/+25
* Adds explicit titles to documentation index.Grzegorz Adam Hankiewicz2014-04-211-2/+8
* merged better html links #850Araq2014-04-081-9/+159
* split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-061-1/+1
* made 'koch web' work when current dir has a space in itAraq2014-02-151-2/+8
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-2/+2
* case consistency: next stepsAraq2013-12-291-5/+5
* case consistency part 4Araq2013-12-271-12/+12
thor Anselm R.Garbe <arg@10ksloc.org> 2006-08-14 18:14:08 +0200 committer Anselm R.Garbe <arg@10ksloc.org> 2006-08-14 18:14:08 +0200 applied sanders man page patch, removed button2 from bar click' href='/acidbong/suckless/dwm/commit/dwm.1?id=3e06edeb5df0aa95614cb0b11ba1931f01b6f337'>3e06ede ^
72655f0 ^
1549faf ^

3af6434 ^

3e06ede ^
1549faf ^
df74b26 ^





45aea23 ^



df74b26 ^






1549faf ^
df74b26 ^


1549faf ^
ba59bc8 ^
3e06ede ^


4bb89e2 ^
df74b26 ^


2b35fae ^
0c3544d ^
0e5c819 ^
4bd0d33 ^
0e5c819 ^
df74b26 ^


0e5c819 ^
4bd0d33 ^




df74b26 ^


4bd0d33 ^
0e5c819 ^
4bd0d33 ^
0e5c819 ^
df74b26 ^


0c3544d ^

dc5c070 ^

4bb89e2 ^

3e06ede ^
4bb89e2 ^




3e06ede ^
5ef6ef1 ^

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