summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI-4014_2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/SI-4014_2.scala')
-rw-r--r--test/scaladoc/resources/SI-4014_2.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scaladoc/resources/SI-4014_2.scala b/test/scaladoc/resources/SI-4014_2.scala
new file mode 100644
index 0000000000..514f7a1e4c
--- /dev/null
+++ b/test/scaladoc/resources/SI-4014_2.scala
@@ -0,0 +1,6 @@
+/** A template with more than one author.
+ *
+ * @author The First Author
+ * @author The Second Author
+ */
+trait Foo \ No newline at end of file