summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/SI-5784.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/SI-5784.scala')
-rw-r--r--test/scaladoc/resources/SI-5784.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scaladoc/resources/SI-5784.scala b/test/scaladoc/resources/SI-5784.scala
index 175cc3cf33..3731d4998c 100644
--- a/test/scaladoc/resources/SI-5784.scala
+++ b/test/scaladoc/resources/SI-5784.scala
@@ -8,7 +8,7 @@ package test.templates {
/** @contentDiagram */
trait Base {
- /** @template */
+ /** @documentable */
type String = test.templates.String
/** @template
* @inheritanceDiagram */
@@ -20,7 +20,7 @@ package test.templates {
/** @contentDiagram */
trait Api extends Base {
- /** @template
+ /** @documentable
* @inheritanceDiagram */
override type T <: FooApi
trait FooApi extends Foo { def bar: String }