summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/parallel/immutable/ParVector.scala
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2012-03-29 18:22:18 +0200
committerHeather Miller <heather.miller@epfl.ch>2012-03-29 18:22:18 +0200
commit794104f74d7a91bd36a6bdf8e05d1f96dac8240a (patch)
tree39f0469b4534f7f150ab44449cea4ae929444c46 /src/library/scala/collection/parallel/immutable/ParVector.scala
parent622cc9967376d6cef57c7478587e20d6afe9503f (diff)
downloadscala-794104f74d7a91bd36a6bdf8e05d1f96dac8240a.tar.gz
scala-794104f74d7a91bd36a6bdf8e05d1f96dac8240a.tar.bz2
scala-794104f74d7a91bd36a6bdf8e05d1f96dac8240a.zip
Adds links to parallel collections overview in API docs
Now that there's an extensive parallel collections overview on http://docs.scala-lang.org, API comments should link to it ("see also" field). This commit also fixes a couple of broken links on some sequential collection types.
Diffstat (limited to 'src/library/scala/collection/parallel/immutable/ParVector.scala')
-rw-r--r--src/library/scala/collection/parallel/immutable/ParVector.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library/scala/collection/parallel/immutable/ParVector.scala b/src/library/scala/collection/parallel/immutable/ParVector.scala
index 5d9c431bc1..8baa84b77c 100644
--- a/src/library/scala/collection/parallel/immutable/ParVector.scala
+++ b/src/library/scala/collection/parallel/immutable/ParVector.scala
@@ -34,6 +34,8 @@ import immutable.VectorIterator
*
* @author Aleksandar Prokopec
* @since 2.9
+ * @see [[http://docs.scala-lang.org/overviews/parallel-collections/concrete-parallel-collections.html#parallel_vector Scala's Parallel Collections Library overview]]
+ * section on `ParVector` for more information.
*
* @define Coll immutable.ParVector
* @define coll immutable parallel vector