aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/src/dotty/tools/dottydoc/model/entities.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-01-18 17:45:42 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-01-31 14:32:39 +0100
commite4ecaa0d977661954a7c686e3fe8eca2d71dba82 (patch)
tree970fcd7d112b8fb21ce39656225d2c0aa8d27b7f /doc-tool/src/dotty/tools/dottydoc/model/entities.scala
parent6c07096250f18add02fbd8573211e4004872b9c9 (diff)
downloaddotty-e4ecaa0d977661954a7c686e3fe8eca2d71dba82.tar.gz
dotty-e4ecaa0d977661954a7c686e3fe8eca2d71dba82.tar.bz2
dotty-e4ecaa0d977661954a7c686e3fe8eca2d71dba82.zip
Harmonize package objects and packages in Doc AST
Diffstat (limited to 'doc-tool/src/dotty/tools/dottydoc/model/entities.scala')
-rw-r--r--doc-tool/src/dotty/tools/dottydoc/model/entities.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-tool/src/dotty/tools/dottydoc/model/entities.scala b/doc-tool/src/dotty/tools/dottydoc/model/entities.scala
index a40666e0d..613788964 100644
--- a/doc-tool/src/dotty/tools/dottydoc/model/entities.scala
+++ b/doc-tool/src/dotty/tools/dottydoc/model/entities.scala
@@ -84,7 +84,7 @@ trait ImplicitlyAddedEntity extends Entity {
def implicitlyAddedFrom: Option[Reference]
}
-trait Package extends Entity with Members {
+trait Package extends Entity with Members with SuperTypes {
val kind = "package"
}