Skip to content

Commit

Permalink
Remove documentation links for repo packages.
Browse files Browse the repository at this point in the history
pub.dartlang.org will now automatically link to dartdocs.org for
packages with no documentation link.

BUG= http://dartbug.com/20177, http://dartbug.com/20178, http://dartbug.com/20186
R=sigmund@google.com

Review URL: https://codereview.chromium.org//416973003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38551 260f80e4-7a28-3924-810f-c04153c831b5
  • Loading branch information
nex3 committed Jul 24, 2014
1 parent f96087b commit 1e72a8f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
5 changes: 5 additions & 0 deletions pkg/args/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.12.0+1

* Remove the documentation link from the pubspec so this is linked to
pub.dartlang.org by default.

## 0.12.0

* Removed public constructors for `ArgResults` and `Option`.
Expand Down
3 changes: 1 addition & 2 deletions pkg/args/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: args
version: 0.12.0
version: 0.12.0+1
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
documentation: http://api.dartlang.org/docs/pkg/args
description: >
Library for defining parsers for parsing raw command-line arguments into
a set of options and values using GNU and POSIX style options.
Expand Down
1 change: 0 additions & 1 deletion pkg/crypto/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ description: Library of cryptographic functions.
homepage: http://www.dartlang.org
environment:
sdk: '>=0.8.10+6 <2.0.0'
documentation: http://api.dartlang.org/docs/pkg/crypto
dev_dependencies:
unittest: '>=0.10.0 <0.11.0'
3 changes: 1 addition & 2 deletions pkg/http_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: http_server
version: 0.9.2+2
version: 0.9.2+3
author: Dart Team <misc@dartlang.org>
description: Library of HTTP server classes.
homepage: http://www.dartlang.org
documentation: http://api.dartlang.org/docs/pkg/http_server
dependencies:
mime: ">=0.9.0 <0.10.0"
path: ">=0.9.0 <2.0.0"
Expand Down
1 change: 0 additions & 1 deletion pkg/json_rpc_2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: 0.1.1-dev
author: Dart Team <misc@dartlang.org>
description: An implementation of the JSON-RPC 2.0 spec.
homepage: http://www.dartlang.org
documentation: http://api.dartlang.org/docs/pkg/json_rpc_2
dependencies:
stack_trace: '>=0.9.1 <2.0.0'
dev_dependencies:
Expand Down
3 changes: 1 addition & 2 deletions pkg/mutation_observer/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: mutation_observer
version: 0.9.0+1
version: 0.9.0+2
author: "Polymer.dart Team <web-ui-dev@dartlang.org>"
homepage: https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/pkg/mutation_observer/
documentation: https://api.dartlang.org/docs/releases/latest/dart_html/MutationObserver.html
description: >
*Deprecated* newer version is in web_components package.
dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions pkg/path/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.2

* Remove the documentation link from the pubspec so this is linked to
pub.dartlang.org by default.

# 1.2.1

* Many members on `Style` that provided access to patterns and functions used
Expand Down
3 changes: 1 addition & 2 deletions pkg/path/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: path
version: 1.2.1
version: 1.2.2
author: Dart Team <misc@dartlang.org>
description: >
A string-based path manipulation library. All of the path operations you know
and love, with solid support on both Windows and POSIX (Linux and Mac OS X)
machines.
homepage: http://www.dartlang.org
documentation: http://api.dartlang.org/docs/pkg/path
dev_dependencies:
unittest: ">=0.9.0 <0.12.0"
environment:
Expand Down

0 comments on commit 1e72a8f

Please sign in to comment.