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