summaryrefslogtreecommitdiff
path: root/src/library/scala/remote.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-11-28 17:22:45 +0000
committermichelou <michelou@epfl.ch>2006-11-28 17:22:45 +0000
commit899a7adfe51ff14f8c1beb45e7dd7c5dee14a0b6 (patch)
tree417c7d9cda6681ae58868c1c7667ec8cb8188ec3 /src/library/scala/remote.scala
parent77708ded5edeb19bae5811289202448a93c191fb (diff)
downloadscala-899a7adfe51ff14f8c1beb45e7dd7c5dee14a0b6.tar.gz
scala-899a7adfe51ff14f8c1beb45e7dd7c5dee14a0b6.tar.bz2
scala-899a7adfe51ff14f8c1beb45e7dd7c5dee14a0b6.zip
added comment on MAX_<value_type> in generated ...
added comment on MAX_<value_type> in generated API documentation
Diffstat (limited to 'src/library/scala/remote.scala')
-rw-r--r--src/library/scala/remote.scala11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/library/scala/remote.scala b/src/library/scala/remote.scala
index d11730e9af..590cce82a2 100644
--- a/src/library/scala/remote.scala
+++ b/src/library/scala/remote.scala
@@ -1,6 +1,6 @@
/* __ *\
** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2002-2006, LAMP/EPFL **
+** / __/ __// _ | / / / _ | (c) 2002-2007, LAMP/EPFL **
** __\ \/ /__/ __ |/ /__/ __ | **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
@@ -9,7 +9,12 @@
// $Id$
-package scala;
-
+package scala
+/**
+ * An attribute that designates the class to which it is applied as remotable.
+ *
+ * @see Method <a href="ScalaObject.html#$tag()">$tag</a> in trait
+ * <a href="ScalaObject.html">scala.ScalaObject</a>.
+ */
class remote extends Attribute {}