summaryrefslogtreecommitdiff
path: root/test/scaladoc/run/t6626.check
diff options
context:
space:
mode:
authorAntoine Gourlay <antoine@gourlay.fr>2014-11-04 11:31:14 +0100
committerAntoine Gourlay <antoine@gourlay.fr>2014-11-05 14:44:51 +0100
commit315f58f5fb7241966e218e13c9b26aea8eede56e (patch)
tree1c0f1b6677a3f208b32c56c70ff7c70b9d3778a1 /test/scaladoc/run/t6626.check
parentb556b2fdcc7198bffe0ee90c5adc8c9eb3c29e36 (diff)
downloadscala-315f58f5fb7241966e218e13c9b26aea8eede56e.tar.gz
scala-315f58f5fb7241966e218e13c9b26aea8eede56e.tar.bz2
scala-315f58f5fb7241966e218e13c9b26aea8eede56e.zip
SI-6626 make @throws tags create links to exceptions
In scaladoc, this turns exceptions in @throws tags into links (when it can find the target exception), instead of just showing the name.
Diffstat (limited to 'test/scaladoc/run/t6626.check')
-rw-r--r--test/scaladoc/run/t6626.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/scaladoc/run/t6626.check b/test/scaladoc/run/t6626.check
new file mode 100644
index 0000000000..de3a6c5c0b
--- /dev/null
+++ b/test/scaladoc/run/t6626.check
@@ -0,0 +1,7 @@
+newSource:10: warning: Could not find any member to link for "SomeUnknownException".
+ /**
+ ^
+newSource:10: warning: Could not find any member to link for "IOException".
+ /**
+ ^
+Done.