summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-10-03 17:05:57 +0000
committermichelou <michelou@epfl.ch>2006-10-03 17:05:57 +0000
commit4831a456ff796796db75555d9e52127671877269 (patch)
tree1eb77162bb7306c0a543cd25e14c67f5c602ad54 /src/library
parent1450735f9747fe97afbbd882aaf7b8992d493189 (diff)
downloadscala-4831a456ff796796db75555d9e52127671877269.tar.gz
scala-4831a456ff796796db75555d9e52127671877269.tar.bz2
scala-4831a456ff796796db75555d9e52127671877269.zip
fixed multiline descriptions in scaladoc tags
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/mobile/Code.scala2
-rw-r--r--src/library/scala/mobile/Location.scala2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/mobile/Code.scala b/src/library/scala/mobile/Code.scala
index 35ebd68047..e185db0f40 100644
--- a/src/library/scala/mobile/Code.scala
+++ b/src/library/scala/mobile/Code.scala
@@ -26,7 +26,7 @@ import java.lang.reflect.{Constructor, Method, Modifier}
* obj[Array[Int], Unit]("sort")(ar);
* obj[Array[Int], Unit]("println")(ar);</pre>
*
- * @see <a href="Location-class.html">Location</a>
+ * @see <a href="Location.html">Location</a>
*
* @author Stephane Micheloud
* @version 1.0, 04/05/2004
diff --git a/src/library/scala/mobile/Location.scala b/src/library/scala/mobile/Location.scala
index 86d4b6bd37..2c6aae6cae 100644
--- a/src/library/scala/mobile/Location.scala
+++ b/src/library/scala/mobile/Location.scala
@@ -28,7 +28,7 @@ import scala.collection.mutable._
* <b>val</b> url = <b>new</b> URL("http://scala.epfl.ch/classes/examples.jar");
* <b>val</b> obj = <b>new</b> Location(url) create "examples.sort";</pre>
*
- * @see <a href="Code-class.html">Code</a>
+ * @see <a href="Code.html">Code</a>
*
* @author Stephane Micheloud
* @version 1.0, 04/05/2004