From 04dc2dbd0d9b3f8916b1256f9eaa0a27567eac38 Mon Sep 17 00:00:00 2001 From: Josh Marcus Date: Mon, 5 Dec 2011 12:50:58 -0500 Subject: Enhanced scaladoc of collection classes with links to the relevant pages of "The Scala 2.8 Collections API" overview. --- src/library/scala/collection/mutable/MutableList.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/library/scala/collection/mutable/MutableList.scala') diff --git a/src/library/scala/collection/mutable/MutableList.scala b/src/library/scala/collection/mutable/MutableList.scala index 20910e48f4..de7f82095e 100644 --- a/src/library/scala/collection/mutable/MutableList.scala +++ b/src/library/scala/collection/mutable/MutableList.scala @@ -23,6 +23,8 @@ import immutable.{List, Nil} * @author Martin Odersky * @version 2.8 * @since 1 + * @see [[http://www.scala-lang.org/docu/files/collections-api/collections_29.html "The Scala 2.8 Collections API"]] + * section on `Mutable Lists` for more information. */ @SerialVersionUID(5938451523372603072L) class MutableList[A] -- cgit v1.2.3