Skip to content

Commit 2937493

Browse files
authored
Upgrade dartdoc to 0.32.0 (dart-lang#3659)
* Upgrade dartdoc to 0.32.0 * Fix versions test
1 parent 31b2e96 commit 2937493

16 files changed

+193
-134
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Important changes to data-models, configuration and migrations between each
22
AppEngine version, listed here to ease deployment and troubleshooting.
33

44
## Next Release (replace with git tag when deployed)
5+
* Bumped runtimeVersion to `2020.05.26`.
6+
* Upgraded dartdoc to `0.32.0`.
57

68
## `20200526t143103-all`
79
* Bumped runtimeVersion to `2020.05.15`.

app/lib/shared/versions.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
2323
/// Make sure that at least two versions are kept here as the next candidates
2424
/// when the version switch happens.
2525
const acceptedRuntimeVersions = <String>[
26-
'2020.05.15', // The current [runtimeVersion].
26+
'2020.05.26', // The current [runtimeVersion].
27+
'2020.05.15',
2728
'2020.05.08',
2829
'2020.05.03',
29-
'2020.04.22',
3030
];
3131

3232
/// Represents a combined version of the overall toolchain and processing,
@@ -63,7 +63,7 @@ final String flutterVersion = '1.17.1';
6363
final Version semanticFlutterVersion = Version.parse(flutterVersion);
6464

6565
// keep in-sync with pkg/pub_dartdoc/pubspec.yaml
66-
final String dartdocVersion = '0.31.0';
66+
final String dartdocVersion = '0.32.0';
6767
final Version semanticDartdocVersion = Version.parse(dartdocVersion);
6868

6969
// Version that control the dartdoc serving.

app/test/dartdoc/golden/pana_0.12.2_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
7-
<meta name="generator" content="made with love by dartdoc 0.30.4">
7+
<meta name="generator" content="made with love by dartdoc 0.32.0">
88
<meta name="description" content="pana API docs, for the Dart programming language.">
99
<title>pana - Dart API docs</title>
1010
<link rel="canonical" href="https://pub.dev/documentation/pana/0.12.2/">

app/test/dartdoc/golden/pana_0.12.2_index.out.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8"/>
77
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
88
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no"/>
9-
<meta name="generator" content="made with love by dartdoc 0.30.4"/>
9+
<meta name="generator" content="made with love by dartdoc 0.32.0"/>
1010
<meta name="description" content="pana API docs, for the Dart programming language."/>
1111
<title>pana - Dart API docs</title>
1212
<link rel="alternate" href="/documentation/pana/latest/"/>

app/test/dartdoc/golden/pana_0.12.2_license_file_class.html

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h5>models library</h5>
9898

9999
<dt>Annotations</dt>
100100
<dd><ul class="annotation-list clazz-relationships">
101-
<li>@JsonSerializable()</li>
101+
<li>@<a href="https://pub.dev/documentation/json_annotation/1.1.0/json_annotation/JsonSerializable-class.html">JsonSerializable</a>()</li>
102102
</ul></dd>
103103
</dl>
104104
</section>
@@ -108,13 +108,13 @@ <h2>Constructors</h2>
108108

109109
<dl class="constructor-summary-list">
110110
<dt id="LicenseFile" class="callable">
111-
<span class="name"><a href="../models/LicenseFile/LicenseFile.html">LicenseFile</a></span><span class="signature">(<span class="parameter" id="-param-path"><span class="type-annotation">String</span> <span class="parameter-name">path</span>, </span><wbr><span class="parameter" id="-param-name"><span class="type-annotation">String</span> <span class="parameter-name">name</span>, </span><wbr><span class="parameter" id="-param-version">{<span class="type-annotation">String</span> <span class="parameter-name">version</span>, </span><wbr><span class="parameter" id="-param-url"><span class="type-annotation">String</span> <span class="parameter-name">url</span>}</span><wbr>)</span>
111+
<span class="name"><a href="../models/LicenseFile/LicenseFile.html">LicenseFile</a></span><span class="signature">(<span class="parameter" id="-param-path"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span> <span class="parameter-name">path</span>, </span><wbr><span class="parameter" id="-param-name"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span>, </span><wbr><span class="parameter" id="-param-version">{<span class="type-annotation"><a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span> <span class="parameter-name">version</span>, </span><wbr><span class="parameter" id="-param-url"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span> <span class="parameter-name">url</span>}</span><wbr>)</span>
112112
</dt>
113113
<dd>
114114

115115
</dd>
116116
<dt id="LicenseFile.fromJson" class="callable">
117-
<span class="name"><a href="../models/LicenseFile/LicenseFile.fromJson.html">LicenseFile.fromJson</a></span><span class="signature">(<span class="parameter" id="fromJson-param-json"><span class="type-annotation">Map<span class="signature">&lt;<wbr><span class="type-parameter">String</span>, <span class="type-parameter">dynamic</span>&gt;</span></span> <span class="parameter-name">json</span></span><wbr>)</span>
117+
<span class="name"><a href="../models/LicenseFile/LicenseFile.fromJson.html">LicenseFile.fromJson</a></span><span class="signature">(<span class="parameter" id="fromJson-param-json"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.8.1/dart-core/Map-class.html">Map</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span>, <span class="type-parameter">dynamic</span>&gt;</span></span> <span class="parameter-name">json</span></span><wbr>)</span>
118118
</dt>
119119
<dd>
120120

@@ -129,59 +129,59 @@ <h2>Properties</h2>
129129
<dl class="properties">
130130
<dt id="hashCode" class="property">
131131
<span class="name"><a href="../models/LicenseFile/hashCode.html">hashCode</a></span>
132-
<span class="signature">&#8594; int</span>
132+
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.8.1/dart-core/int-class.html">int</a></span>
133133
</dt>
134134
<dd>
135135
The hash code for this object. <a href="../models/LicenseFile/hashCode.html">[...]</a>
136136
<div class="features">read-only, override</div>
137137
</dd>
138138
<dt id="name" class="property">
139139
<span class="name"><a href="../models/LicenseFile/name.html">name</a></span>
140-
<span class="signature">&#8594; String</span>
140+
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span>
141141
</dt>
142142
<dd>
143143

144144
<div class="features">final</div>
145145
</dd>
146146
<dt id="path" class="property">
147147
<span class="name"><a href="../models/LicenseFile/path.html">path</a></span>
148-
<span class="signature">&#8594; String</span>
148+
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span>
149149
</dt>
150150
<dd>
151151

152152
<div class="features">final</div>
153+
</dd>
154+
<dt id="runtimeType" class="property inherited">
155+
<span class="name"><a href="https://api.dart.dev/stable/2.8.1/dart-core/Object/runtimeType.html">runtimeType</a></span>
156+
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.8.1/dart-core/Type-class.html">Type</a></span>
157+
</dt>
158+
<dd class="inherited">
159+
A representation of the runtime type of the object.
160+
<div class="features">read-only, inherited</div>
153161
</dd>
154162
<dt id="shortFormatted" class="property">
155163
<span class="name"><a href="../models/LicenseFile/shortFormatted.html">shortFormatted</a></span>
156-
<span class="signature">&#8594; String</span>
164+
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span>
157165
</dt>
158166
<dd>
159167

160168
<div class="features">read-only</div>
161169
</dd>
162170
<dt id="url" class="property">
163171
<span class="name"><a href="../models/LicenseFile/url.html">url</a></span>
164-
<span class="signature">&#8594; String</span>
172+
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span>
165173
</dt>
166174
<dd>
167175

168-
<div class="features">@JsonKey(includeIfNull: false), final</div>
176+
<div class="features">@<a href="https://pub.dev/documentation/json_annotation/1.1.0/json_annotation/JsonKey-class.html">JsonKey</a>(includeIfNull: false), final</div>
169177
</dd>
170178
<dt id="version" class="property">
171179
<span class="name"><a href="../models/LicenseFile/version.html">version</a></span>
172-
<span class="signature">&#8594; String</span>
180+
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span>
173181
</dt>
174182
<dd>
175183

176-
<div class="features">@JsonKey(includeIfNull: false), final</div>
177-
</dd>
178-
<dt id="runtimeType" class="property inherited">
179-
<span class="name"><a href="../models/LicenseFile/runtimeType.html">runtimeType</a></span>
180-
<span class="signature">&#8594; Type</span>
181-
</dt>
182-
<dd class="inherited">
183-
A representation of the runtime type of the object.
184-
<div class="features">read-only, inherited</div>
184+
<div class="features">@<a href="https://pub.dev/documentation/json_annotation/1.1.0/json_annotation/JsonKey-class.html">JsonKey</a>(includeIfNull: false), final</div>
185185
</dd>
186186
</dl>
187187
</section>
@@ -190,40 +190,40 @@ <h2>Properties</h2>
190190
<h2>Methods</h2>
191191
<dl class="callables">
192192
<dt id="change" class="callable">
193-
<span class="name"><a href="../models/LicenseFile/change.html">change</a></span><span class="signature">(<wbr><span class="parameter" id="change-param-url">{<span class="type-annotation">String</span> <span class="parameter-name">url</span>}</span><wbr>)
193+
<span class="name"><a href="../models/LicenseFile/change.html">change</a></span><span class="signature">(<wbr><span class="parameter" id="change-param-url">{<span class="type-annotation"><a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span> <span class="parameter-name">url</span>}</span><wbr>)
194194
<span class="returntype parameter">&#8594; <a href="../models/LicenseFile-class.html">LicenseFile</a></span>
195195
</span>
196196
</dt>
197197
<dd>
198198

199199

200-
</dd>
201-
<dt id="toString" class="callable">
202-
<span class="name"><a href="../models/LicenseFile/toString.html">toString</a></span><span class="signature">(<wbr>)
203-
<span class="returntype parameter">&#8594; String</span>
204-
</span>
205-
</dt>
206-
<dd>
207-
Returns a string representation of this object.
208-
<div class="features">override</div>
209200
</dd>
210201
<dt id="noSuchMethod" class="callable inherited">
211-
<span class="name"><a href="../models/LicenseFile/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation">Invocation</span> <span class="parameter-name">invocation</span></span><wbr>)
202+
<span class="name"><a href="https://api.dart.dev/stable/2.8.1/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.8.1/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span><wbr>)
212203
<span class="returntype parameter">&#8594; dynamic</span>
213204
</span>
214205
</dt>
215206
<dd class="inherited">
216-
Invoked when a non-existent method or property is accessed. <a href="../models/LicenseFile/noSuchMethod.html">[...]</a>
207+
Invoked when a non-existent method or property is accessed. <a href="https://api.dart.dev/stable/2.8.1/dart-core/Object/noSuchMethod.html">[...]</a>
217208
<div class="features">inherited</div>
218209
</dd>
219210
<dt id="toJson" class="callable inherited">
220211
<span class="name"><a href="../models/LicenseFile/toJson.html">toJson</a></span><span class="signature">(<wbr>)
221-
<span class="returntype parameter">&#8594; Map<span class="signature">&lt;<wbr><span class="type-parameter">String</span>, <span class="type-parameter">dynamic</span>&gt;</span></span>
212+
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.8.1/dart-core/Map-class.html">Map</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span>, <span class="type-parameter">dynamic</span>&gt;</span></span>
222213
</span>
223214
</dt>
224215
<dd class="inherited">
225216

226217
<div class="features">inherited</div>
218+
</dd>
219+
<dt id="toString" class="callable">
220+
<span class="name"><a href="../models/LicenseFile/toString.html">toString</a></span><span class="signature">(<wbr>)
221+
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.8.1/dart-core/String-class.html">String</a></span>
222+
</span>
223+
</dt>
224+
<dd>
225+
Returns a string representation of this object.
226+
<div class="features">override</div>
227227
</dd>
228228
</dl>
229229
</section>
@@ -232,8 +232,8 @@ <h2>Methods</h2>
232232
<h2>Operators</h2>
233233
<dl class="callables">
234234
<dt id="operator ==" class="callable">
235-
<span class="name"><a href="../models/LicenseFile/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation">Object</span> <span class="parameter-name">other</span></span><wbr>)
236-
<span class="returntype parameter">&#8594; bool</span>
235+
<span class="name"><a href="../models/LicenseFile/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.8.1/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span><wbr>)
236+
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.8.1/dart-core/bool-class.html">bool</a></span>
237237
</span>
238238
</dt>
239239
<dd>
@@ -261,16 +261,16 @@ <h2>Operators</h2>
261261
<li><a href="../models/LicenseFile/hashCode.html">hashCode</a></li>
262262
<li><a href="../models/LicenseFile/name.html">name</a></li>
263263
<li><a href="../models/LicenseFile/path.html">path</a></li>
264+
<li class="inherited"><a href="https://api.dart.dev/stable/2.8.1/dart-core/Object/runtimeType.html">runtimeType</a></li>
264265
<li><a href="../models/LicenseFile/shortFormatted.html">shortFormatted</a></li>
265266
<li><a href="../models/LicenseFile/url.html">url</a></li>
266267
<li><a href="../models/LicenseFile/version.html">version</a></li>
267-
<li class="inherited"><a href="../models/LicenseFile/runtimeType.html">runtimeType</a></li>
268268

269269
<li class="section-title"><a href="../models/LicenseFile-class.html#instance-methods">Methods</a></li>
270270
<li><a href="../models/LicenseFile/change.html">change</a></li>
271-
<li><a href="../models/LicenseFile/toString.html">toString</a></li>
272-
<li class="inherited"><a href="../models/LicenseFile/noSuchMethod.html">noSuchMethod</a></li>
271+
<li class="inherited"><a href="https://api.dart.dev/stable/2.8.1/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
273272
<li class="inherited"><a href="../models/LicenseFile/toJson.html">toJson</a></li>
273+
<li><a href="../models/LicenseFile/toString.html">toString</a></li>
274274

275275
<li class="section-title"><a href="../models/LicenseFile-class.html#operators">Operators</a></li>
276276
<li><a href="../models/LicenseFile/operator_equals.html">operator ==</a></li>

0 commit comments

Comments
 (0)