summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/BufferProxy.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-10-11 22:02:11 +0000
committermichelou <michelou@epfl.ch>2006-10-11 22:02:11 +0000
commit27de82558058e859d6ec884727d85bc08d972f16 (patch)
tree3026bce1b963c6b375db96459b87f815706eecf7 /src/library/scala/collection/mutable/BufferProxy.scala
parenta094bf3c2e43d8d29aa676f301a5dff99b0355a2 (diff)
downloadscala-27de82558058e859d6ec884727d85bc08d972f16.tar.gz
scala-27de82558058e859d6ec884727d85bc08d972f16.tar.bz2
scala-27de82558058e859d6ec884727d85bc08d972f16.zip
improved comments in scala/collection/*.scala
Diffstat (limited to 'src/library/scala/collection/mutable/BufferProxy.scala')
-rw-r--r--src/library/scala/collection/mutable/BufferProxy.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library/scala/collection/mutable/BufferProxy.scala b/src/library/scala/collection/mutable/BufferProxy.scala
index 86b80613fd..c43b34ef2b 100644
--- a/src/library/scala/collection/mutable/BufferProxy.scala
+++ b/src/library/scala/collection/mutable/BufferProxy.scala
@@ -12,7 +12,8 @@
package scala.collection.mutable
-/** This is a simple proxy class for <code>scala.collection.mutable.Buffer</code>.
+/** This is a simple proxy class for <a href="Buffer.html"
+ * target="contentFrame"><code>scala.collection.mutable.Buffer</code></a>.
* It is most useful for assembling customized set abstractions
* dynamically using object composition and forwarding.
*