Don't emit documentation for collection-dev. It's supposed to be a hidden library.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17458 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
floitsch@google.com 2013-01-23 13:55:25 +00:00
parent 6ca4e48671
commit ebd7d4a2d3

View file

@ -35,7 +35,9 @@ const Map<String, LibraryInfo> LIBRARIES = const {
"collection": const LibraryInfo("collection/collection.dart"),
"collection-dev": const LibraryInfo("collection_dev/collection_dev.dart"),
"collection-dev": const LibraryInfo(
"collection_dev/collection_dev.dart",
documented: false),
"core": const LibraryInfo(
"core/core.dart",