Skip to content

Commit 3f3a367

Browse files
authored
Update dartdoc to 0.13.0+1 for flutter (flutter#10863)
1 parent ceb814a commit 3f3a367

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/bots/docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
bin/flutter --version
99

1010
# Install dartdoc.
11-
bin/cache/dart-sdk/bin/pub global activate dartdoc 0.12.0
11+
bin/cache/dart-sdk/bin/pub global activate dartdoc 0.13.0+1
1212

1313
# This script generates a unified doc set, and creates
1414
# a custom index.html, placing everything into dev/docs/doc.

dev/tools/dartdoc.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Future<Null> main(List<String> args) async {
3535
// Create the pubspec.yaml file.
3636
final StringBuffer buf = new StringBuffer('''
3737
name: Flutter
38+
homepage: https://flutter.io
3839
version: $version
3940
dependencies:
4041
''');

0 commit comments

Comments
 (0)