File tree Expand file tree Collapse file tree 5 files changed +26
-10
lines changed
testing/test_package_docs Expand file tree Collapse file tree 5 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.14-dev
2+
3+ * Enable support for generic function types (#1321 )
4+
15## 0.9.13
26
37* fix grind check-links and check-sdk-links (#1360 )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export 'src/package_meta.dart';
4040
4141const String name = 'dartdoc' ;
4242// Update when pubspec version changes.
43- const String version = '0.9.13 ' ;
43+ const String version = '0.9.14-dev ' ;
4444
4545final String defaultOutDir = path.join ('doc' , 'api' );
4646
Original file line number Diff line number Diff line change 33packages:
44 analyzer:
55 description:
6- name: analyzer
7- url: "https://pub.dartlang.org"
8- source: hosted
9- version: "0.29.9 "
6+ path: "../sdk/sdk/pkg/ analyzer"
7+ relative: true
8+ source: path
9+ version: "0.29.20 "
1010 ansicolor:
1111 description:
1212 name: ansicolor
@@ -73,6 +73,12 @@ packages:
7373 url: "https://pub.dartlang.org"
7474 source: hosted
7575 version: "0.13.4"
76+ front_end:
77+ description:
78+ path: "../sdk/sdk/pkg/front_end"
79+ relative: true
80+ source: path
81+ version: "0.1.0-alpha.1"
7682 glob:
7783 description:
7884 name: glob
@@ -115,6 +121,12 @@ packages:
115121 url: "https://pub.dartlang.org"
116122 source: hosted
117123 version: "1.0.0"
124+ kernel:
125+ description:
126+ path: "../sdk/sdk/pkg/kernel"
127+ relative: true
128+ source: path
129+ version: "0.2.0"
118130 logging:
119131 description:
120132 name: logging
@@ -279,9 +291,9 @@ packages:
279291 version: "1.0.0"
280292 test:
281293 description:
282- name: test
283- url: "https://pub.dartlang.org"
284- source: hosted
294+ path: "../ test"
295+ relative: true
296+ source: path
285297 version: "0.12.20+4"
286298 typed_data:
287299 description:
Original file line number Diff line number Diff line change 11name : dartdoc
22# Also update the `version` field in lib/dartdoc.dart.
3- version : 0.9.13
3+ version : 0.9.14-dev
44author :
Dart Team <[email protected] > 55description : A documentation generator for Dart.
66homepage : https://github.com/dart-lang/dartdoc
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7- < meta name ="generator " content ="made with love by dartdoc 0.9.13 ">
7+ < meta name ="generator " content ="made with love by dartdoc 0.9.14-dev ">
88 < meta name ="description " content ="test_package API docs, for the Dart programming language. ">
99 < title > test_package - Dart API docs</ title >
1010
You can’t perform that action at this time.
0 commit comments