summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-03-30 22:47:00 +0000
committerPaul Phillips <paulp@improving.org>2011-03-30 22:47:00 +0000
commit518cc3af73729574ba3364f53adf1ff66a356513 (patch)
treea21215973ea6297d40cf1ef9fc2d3ec8805a39fc /src/library
parent96965c4459c318afd97b4024f8509a5c4988a3d0 (diff)
downloadscala-518cc3af73729574ba3364f53adf1ff66a356513.tar.gz
scala-518cc3af73729574ba3364f53adf1ff66a356513.tar.bz2
scala-518cc3af73729574ba3364f53adf1ff66a356513.zip
Warn about unqualified names in scaladoc links ...
Warn about unqualified names in scaladoc links because they don't work. I think it would be better to just make them work, but the way things are structured it looks involved. Closes #3696, no review.
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/util/logging/Logged.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/util/logging/Logged.scala b/src/library/scala/util/logging/Logged.scala
index e07c14da6b..01757e1bfa 100644
--- a/src/library/scala/util/logging/Logged.scala
+++ b/src/library/scala/util/logging/Logged.scala
@@ -18,7 +18,7 @@ package scala.util.logging
// The user of the library instantiates:
val x = new MyClass() with ConsoleLogger
}}}
- * and the logging is sent to the [[ConsoleLogger]] object.
+ * and the logging is sent to the [[scala.util.logging.ConsoleLogger]] object.
*/
trait Logged {
/** This method should log the message given as argument somewhere