Skip to content

Commit

Permalink
Upgrade dartdoc to v0.12.0.
Browse files Browse the repository at this point in the history
Tested manually, can generate SDK and package docs not withstanding dart-lang/dartdoc#1448. All unit tests except the integration test pass (comment docs have changed for some SDK libraries since 0.12.0).

BUG=
[email protected], [email protected]

Review-Url: https://codereview.chromium.org/2919823002 .
  • Loading branch information
jcollins-g committed Jun 16, 2017
1 parent 787fb75 commit 14bbfa2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .packages
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ protobuf:third_party/pkg/protobuf/lib
pub:third_party/pkg/pub/lib
pub_semver:third_party/pkg/pub_semver/lib
quiver:third_party/pkg/quiver/lib
quiver_hashcode:third_party/pkg/quiver_hashcode/lib
resource:third_party/pkg/resource/lib
scheduled_test:third_party/pkg/scheduled_test/lib
sdk_library_metadata:sdk/lib/_internal/sdk_library_metadata/lib
Expand All @@ -94,6 +95,7 @@ test:third_party/pkg/test/lib
test_dart:tools/testing/dart
testing:pkg/testing/lib
test_reflective_loader:third_party/pkg/test_reflective_loader/lib
tuple:third_party/pkg/tuple/lib
typed_data:third_party/pkg/typed_data/lib
typed_mock:pkg/typed_mock/lib
unittest:third_party/pkg/unittest/lib
Expand Down
7 changes: 5 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ vars = {
"dart2js_info_tag" : "@0.5.4+2",
"dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97",
"dart_style_tag": "@1.0.6",
"dartdoc_tag" : "@v0.9.14-dev",
"dartdoc_tag" : "@v0.12.0",
"fixnum_tag": "@0.10.5",
"func_tag": "@1.0.0",
"glob_tag": "@1.1.3",
Expand All @@ -83,7 +83,7 @@ vars = {
"matcher_tag": "@0.12.0+2",
"metatest_tag": "@0.2.2+3",
"mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
"mustache4dart_tag" : "@v1.0.10",
"mustache4dart_tag" : "@v1.1.0",
"oauth2_tag": "@1.0.2",
"observable_tag": "@0.17.0",
"observatory_pub_packages_rev": "@26aad88f1c1915d39bbcbff3cad589e2402fdcf1",
Expand Down Expand Up @@ -116,6 +116,7 @@ vars = {
"sunflower_rev": "@879b704933413414679396b129f5dfa96f7a0b1e",
"test_reflective_loader_tag": "@0.1.0",
"test_tag": "@0.12.18+1",
"tuple_tag": "@v1.0.1",
"typed_data_tag": "@1.1.3",
"usage_tag": "@v3.0.0+1",
"utf_tag": "@0.9.0+3",
Expand Down Expand Up @@ -324,6 +325,8 @@ deps = {
Var("dart_root") + "/third_party/pkg/test_reflective_loader":
(Var("github_mirror") % "test_reflective_loader") +
Var("test_reflective_loader_tag"),
Var("dart_root") + "/third_party/pkg/tuple":
(Var("github_dartlang") % "tuple") + Var("tuple_tag"),
Var("dart_root") + "/third_party/pkg/typed_data":
(Var("github_mirror") % "typed_data") + Var("typed_data_tag"),
Var("dart_root") + "/third_party/pkg/usage":
Expand Down

0 comments on commit 14bbfa2

Please sign in to comment.