summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/QueueProxy.scala
diff options
context:
space:
mode:
authorAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-04-12 21:53:30 +0000
committerAleksandar Pokopec <aleksandar.prokopec@epfl.ch>2010-04-12 21:53:30 +0000
commit406e54b7e59671462c4057894776f04d8f77b80e (patch)
tree8e44e9975ab9fca6c2f814bd4ea5aa387ccebfab /src/library/scala/collection/mutable/QueueProxy.scala
parent9e155f4956ad608342eb760c6939ebd9aa1a51a8 (diff)
downloadscala-406e54b7e59671462c4057894776f04d8f77b80e.tar.gz
scala-406e54b7e59671462c4057894776f04d8f77b80e.tar.bz2
scala-406e54b7e59671462c4057894776f04d8f77b80e.zip
Documentation for mutable collections. No review.
Diffstat (limited to 'src/library/scala/collection/mutable/QueueProxy.scala')
-rw-r--r--src/library/scala/collection/mutable/QueueProxy.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/library/scala/collection/mutable/QueueProxy.scala b/src/library/scala/collection/mutable/QueueProxy.scala
index b2548b26cc..6adb3d490b 100644
--- a/src/library/scala/collection/mutable/QueueProxy.scala
+++ b/src/library/scala/collection/mutable/QueueProxy.scala
@@ -12,9 +12,11 @@
package scala.collection
package mutable
-/** <code>Queue</code> objects implement data structures that allow to
+/** `Queue` objects implement data structures that allow to
* insert and retrieve elements in a first-in-first-out (FIFO) manner.
*
+ * @tparam A type of the elements in this queue proxy.
+ *
* @author Matthias Zenger
* @version 1.1, 03/05/2004
* @since 1