summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/Trac4420.scala
diff options
context:
space:
mode:
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