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

Unified Diff: pkg/sequence_zip/lib/iterable_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
« no previous file with comments | « no previous file | pkg/sequence_zip/lib/sequence_zip.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/sequence_zip/lib/iterable_zip.dart
diff --git a/pkg/sequence_zip/lib/iterable_zip.dart b/pkg/sequence_zip/lib/iterable_zip.dart
index 90c4c4ff5dce64e33b08461c3cd4c1c8dd04c0da..f21da73960f40b350c6905c74c51ae6de9c926d2 100644
--- a/pkg/sequence_zip/lib/iterable_zip.dart
+++ b/pkg/sequence_zip/lib/iterable_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 Iterables into a single Iterable.
+ *
+ * This API is also available as part of the
+ * [sequence_zip](#sequence_zip) library.
Lasse Reichstein Nielsen 2013/08/26 13:57:30 Will the fragment-link work in all cases where thi
Kathy Walrath 2013/08/26 14:15:58 Good question. It works in the new dartdoc, but al
+ */
library iterable_zip;
import "dart:collection";
« no previous file with comments | « no previous file | pkg/sequence_zip/lib/sequence_zip.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698