summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/BitSet.scala
diff options
context:
space:
mode:
authorJosh Marcus <jmarcus@azavea.com>2011-12-05 12:50:58 -0500
committerJosh Marcus <jmarcus@azavea.com>2011-12-05 12:50:58 -0500
commit04dc2dbd0d9b3f8916b1256f9eaa0a27567eac38 (patch)
tree2ffe4db0888c86efc81b296e20633f3897389cd3 /src/library/scala/collection/mutable/BitSet.scala
parent7a99c03da1d31ac5950eecb30f422f43c5e3d04e (diff)
downloadscala-04dc2dbd0d9b3f8916b1256f9eaa0a27567eac38.tar.gz
scala-04dc2dbd0d9b3f8916b1256f9eaa0a27567eac38.tar.bz2
scala-04dc2dbd0d9b3f8916b1256f9eaa0a27567eac38.zip
Enhanced scaladoc of collection classes with links to the relevant pages of "The Scala 2.8 Collections API" overview.
Diffstat (limited to 'src/library/scala/collection/mutable/BitSet.scala')
-rw-r--r--src/library/scala/collection/mutable/BitSet.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library/scala/collection/mutable/BitSet.scala b/src/library/scala/collection/mutable/BitSet.scala
index 9dce3ff9e2..03228f91b1 100644
--- a/src/library/scala/collection/mutable/BitSet.scala
+++ b/src/library/scala/collection/mutable/BitSet.scala
@@ -18,6 +18,9 @@ import BitSetLike.{LogWL, updateArray}
*
* $bitsetinfo
*
+ * @see [[http://www.scala-lang.org/docu/files/collections-api/collections_37.html "The Scala 2.8 Collections API"]]
+ * section on `Mutable Bitsets` for more information.
+ *
* @define Coll BitSet
* @define coll bitset
* @define thatinfo the class of the returned collection. In the standard library configuration,