summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/Trac4420.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-04-01 06:41:46 +0000
committerPaul Phillips <paulp@improving.org>2011-04-01 06:41:46 +0000
commit9781aba3e538ca933dcc15039bf6df8c5ffeee35 (patch)
tree3e95eb31b45f88ef9529de341d709b551f4b81e7 /test/scaladoc/resources/Trac4420.scala
parent9b3852f26201aee7761637f89979dab2a71294a9 (diff)
downloadscala-9781aba3e538ca933dcc15039bf6df8c5ffeee35.tar.gz
scala-9781aba3e538ca933dcc15039bf6df8c5ffeee35.tar.bz2
scala-9781aba3e538ca933dcc15039bf6df8c5ffeee35.zip
Fix for parsing bug in scaladoc closes #4420, n...
Fix for parsing bug in scaladoc closes #4420, no review.
Diffstat (limited to 'test/scaladoc/resources/Trac4420.scala')
-rw-r--r--test/scaladoc/resources/Trac4420.scala14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/scaladoc/resources/Trac4420.scala b/test/scaladoc/resources/Trac4420.scala
new file mode 100644
index 0000000000..dbe053f3da
--- /dev/null
+++ b/test/scaladoc/resources/Trac4420.scala
@@ -0,0 +1,14 @@
+import java.io.File
+
+/**
+ * @define PP This class is an instance of XXX so it's members are not called directly.
+ * Instead these classes are instantiated via a driver's ''process''. See YYY for more details. */
+abstract class test
+
+/**
+ * TestA class
+ *
+ * this is a description.
+ *
+ * $PP */
+class TestA extends test