summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/doc-root/AnyRef.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/doc-root/AnyRef.scala')
-rw-r--r--test/scaladoc/resources/doc-root/AnyRef.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scaladoc/resources/doc-root/AnyRef.scala b/test/scaladoc/resources/doc-root/AnyRef.scala
index 1eefb0c806..7d8b9f9e76 100644
--- a/test/scaladoc/resources/doc-root/AnyRef.scala
+++ b/test/scaladoc/resources/doc-root/AnyRef.scala
@@ -10,6 +10,7 @@ package scala
/** Class `AnyRef` is the root class of all ''reference types''.
* All types except the value types descend from this class.
+ * @template
*/
trait AnyRef extends Any {