blob: 199cbcf000e30ba113101b558152b89dd87ff8bb [file] [log] [blame]
Tiem Songe1dd5122019-07-03 14:16:39 -07001URL: https://github.com/Kotlin/dokka
2License: Apache 2
3Description: "Dokka is a documentation engine for Kotlin and Java."
4
5Changes in this fork
6--------------------
7This fork of Dokka contains changes for generating reference documentation on
8developer.android.com.
9
10This repository was previously hosted at https://github.com/google/dokka, and
11moved to AOSP as of commit 4ff3d4153ca344398bffcdaaa28f1a1f6e76f6ad. It was
12initally forked from https://github.com/Kotlin/dokka after commit
137a066afb0ba47b5b57e98a5d821a0cbe97322670.
14
15Development took place on the "devsite-with-java-layout-html" on both the
16upstream Dokka repository and the fork on GitHub. For a complete list of
17changes, see
18
19https://github.com/google/dokka/compare/7a066afb0ba47b5b57e98a5d821a0cbe97322670...4ff3d4153ca344398bffcdaaa28f1a1f6e76f6ad
20
21which is echoed here:
22
23commit 4ff3d4153ca344398bffcdaaa28f1a1f6e76f6ad
24Author: Gautam Ajjarapu <gautam@ajjarapu.com>
25Date: Fri Jun 14 13:54:08 2019 -0700
26
27 Automate Downloading of Code Samples (#58)
28
29commit 47cc6dcfb4b39f0ecbb5aba53c34aa7d54a1a01e
30Author: Gautam Ajjarapu <ajjarapu@google.com>
31Date: Fri Jun 7 16:03:00 2019 -0700
32
33 API Info Alignment Fix (#56)
34
35 * alignment fix
36
37 * Removed temporary solution of using method parameter inHeader because
38 changing api-info div solved spacing problem
39
40commit b2821b7a89ce501b9e8edea26b2defa03dcc6bc8
41Author: mvivo <mvivo@google.com>
42Date: Tue May 21 15:53:43 2019 +0200
43
44 Adds API info to classes
45
46commit 04c35131eb4df0899430308c203520627deab0b4
47Author: Tiem Song <tiem@google.com>
48Date: Fri Apr 26 12:36:59 2019 -0700
49
50 Update Dokka to version 0.9.17-g002
51
52commit d0449587ad7e380846c078ecc3714ce3a326448a
53Author: Tiem Song <tiem@google.com>
54Date: Fri Apr 26 11:07:17 2019 -0700
55
56 Process rowspan
57
58 This is a follow up PR to #45
59
60commit d8d07776f790f6be848c6ce6a085dbd00c52ea43
61Author: Manuel Vivo <manuelvicnt@gmail.com>
62Date: Fri Apr 26 19:23:16 2019 +0200
63
64 Process HTML code in comments (#45)
65
66 * Handle Special Reference for callouts
67
68 * Process HTML code in comments
69
70 * Adds colspan to td & th
71
72commit f76cba219c2fcc051f4f19b72df58d14f3c542fc
73Author: Manuel Vivo <mvivo@google.com>
74Date: Wed Apr 24 15:57:39 2019 +0200
75
76 Processes @sample in Java documentation
77
78commit d0bda76a4d07d467594f3fed4359faab74e51608
79Author: mvivo <mvivo@google.com>
80Date: Thu Apr 25 15:07:32 2019 +0200
81
82 Adds devsite-heading HTML tag to table headers
83
84commit 8fcffad51ef034e38d100693fac755cae0766d73
85Author: Manuel Vivo <manuelvicnt@gmail.com>
86Date: Thu Apr 25 07:38:21 2019 +0200
87
88 Display deprecated in a callout and class index (#41)
89
90 * Display deprecated callout in classes and enums
91
92 * Follow Google style reference guide
93
94 * Make deprecation message generic
95
96 * Add deprecation message to class index
97
98 * Add HtmlFormatTest back
99
100 * Extends wording to more classes
101
102commit 1f903e7ebe2e29bcf6773615525d991f49707b5d
103Author: mvivo <mvivo@google.com>
104Date: Mon Apr 22 16:19:44 2019 +0200
105
106 Adds enum table to class summary
107
108commit 3caaa4425bd146b07077d6e040776fd1a5ba6933
109Author: Manuel Vivo <mvivo@google.com>
110Date: Wed Apr 10 20:42:34 2019 +0200
111
112 Display XML attributes with a short description
113
114commit 200d6131c1aea49db8d5a9ed0a120ab46834da37
115Author: mvivo <mvivo@google.com>
116Date: Wed Apr 10 15:26:06 2019 +0200
117
118 Follow Google style reference
119
120commit e4ecf324642e0b7a359aa163848df6996ec7a57f
121Author: Manuel Vivo <mvivo@google.com>
122Date: Tue Apr 9 19:34:01 2019 +0200
123
124 Handle Special Reference for callouts
125
126commit 6c41c5db202ddda907e79a7a63f7c306c81636a3
127Author: Tiem Song <tiem@google.com>
128Date: Thu Apr 11 09:17:20 2019 -0700
129
130 Update Dokka to version 0.9.17-g001
131
132 This release also uses the new naming convention, using a -gXXX suffix
133 instead of a -g<Date> suffix.
134
135commit 83b513effdb12e74f5560a464c266b1965bf44c2
136Author: mvivo <mvivo@google.com>
137Date: Wed Apr 10 16:19:31 2019 +0200
138
139 Add tests to CodeNode
140
141commit f9e69f02ae6704ec797b390b178886c4d53bacb2
142Author: mvivo <mvivo@google.com>
143Date: Tue Apr 9 16:29:23 2019 +0200
144
145 Add Java multiline code
146
147commit 47f3ab52ba16b72ed346db82dd1dd36de23367af
148Author: Manuel Vivo <mvivo@google.com>
149Date: Mon Apr 8 20:27:04 2019 +0200
150
151 Remove deprecated version in classes
152
153commit 9e26ab39a86f18c919257763733ec7a36080065b
154Author: Manuel Vivo <mvivo@google.com>
155Date: Mon Apr 8 20:20:02 2019 +0200
156
157 Add description to XML attributes
158
159commit 7c70db208725d6442b3739a42cc4d7351dde48d9
160Author: Tiem Song <tiem@google.com>
161Date: Fri Apr 5 10:04:47 2019 -0700
162
163 Rename minApiLevel method
164
165 This method was originally created to fetch the API level for minimum API
166 usage. The logic of the method itself doesn't really pertain to minimum or
167 deprecation - it's just finding a Doc Tag from the data elements. Thus,
168 this method should be renamed apiLevel() or something similar, with the
169 "min" part removed to avoid confusion.
170
171 Bug: 129726096
172
173commit b64371e2845b0a05dcf2f50a383bd043fc750384
174Author: Tiem Song <tiem@google.com>
175Date: Thu Apr 4 16:19:06 2019 -0700
176
177 Update package for StringExtensions
178
179 This is to fix issues when developing on a case sensitive file system /
180 MacOS. This is a continuation of
181 https://github.com/google/dokka/pull/29.
182
183commit 7baef1414f61adcd77963581bffcd0f80d820059
184Author: Manuel Vivo <mvivo@google.com>
185Date: Wed Apr 3 20:09:15 2019 +0200
186
187 Fix tests broken by pull 32
188
189commit daf718e858242a82b42d3cecd9ec6d23e680f9da
190Author: Manuel Vivo <mvivo@google.com>
191Date: Wed Apr 3 11:39:44 2019 +0200
192
193 Strikethrough words are inline
194
195commit 67b37de06ed23105a4f78957f1a99654459028b9
196Author: Manuel Vivo <manuelvicnt@gmail.com>
197Date: Wed Apr 3 19:00:09 2019 +0200
198
199 List functions in alphabetical order (#32)
200
201 * List functions in alphabetical order
202
203 * Order other members alphabetically
204
205commit 97871cf42bf724645eb2ed4d1dd16304083e44cd
206Author: Manuel Vivo <manuelvicnt@gmail.com>
207Date: Tue Apr 2 22:15:22 2019 +0200
208
209 Show summary on deprecated methods (#31)
210
211commit b5e480e1c087b5a5307a9176bb2835ebbebee8b0
212Author: Manuel Vivo <manuelvicnt@gmail.com>
213Date: Tue Apr 2 22:12:56 2019 +0200
214
215 Process deprecatedSince annotation (#30)
216
217 * Process deprecatedSince annotation
218
219 * Add info to class
220
221 * Capitalize wording
222
223commit f4f7e6fa673fe13fff68dd1bf3c005bf9d94875c
224Author: mvivo <mvivo@google.com>
225Date: Fri Mar 29 12:20:59 2019 +0100
226
227 Improve Java enums documentation
228
229commit c1c86b92c15b97e7aec41ed9892aa6965974d66f
230Author: Tiem Song <tiem@google.com>
231Date: Fri Mar 29 10:45:06 2019 -0700
232
233 Move StringExtensions file to Utilities directory
234