Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: pkg/sequence_zip/lib/stream_zip.dart

Issue 22877044: add library descriptions for sequence_zip and the libraries it exports (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/sequence_zip/lib/stream_zip.dart
diff --git a/pkg/sequence_zip/lib/stream_zip.dart b/pkg/sequence_zip/lib/stream_zip.dart
index d1a47ab7a504441dddaeae9f2a6953d92b1b3461..0b4b40ad9cfb2778b39e036066ffb0f925a8b9ce 100644
--- a/pkg/sequence_zip/lib/stream_zip.dart
+++ b/pkg/sequence_zip/lib/stream_zip.dart
@@ -2,6 +2,12 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
+/**
+ * Help for combining multiple streams into a single stream.
+ *
+ * This API is also available as part of the
+ * [sequence_zip](#sequence_zip) library.
+ */
library stream_zip;
import "dart:async";
« pkg/sequence_zip/lib/iterable_zip.dart ('K') | « pkg/sequence_zip/lib/sequence_zip.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698