aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/src/dotty/tools/dottydoc/staticsite/Site.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-01-17 13:21:36 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-01-31 14:32:38 +0100
commit8f85e18db4ba2be95f39ff080e988e430222d310 (patch)
tree76b9d245e9abdca8fa650b701b32a3accabc892d /doc-tool/src/dotty/tools/dottydoc/staticsite/Site.scala
parent4d67243c4b6aea2038b160091088ca0998d7be90 (diff)
downloaddotty-8f85e18db4ba2be95f39ff080e988e430222d310.tar.gz
dotty-8f85e18db4ba2be95f39ff080e988e430222d310.tar.bz2
dotty-8f85e18db4ba2be95f39ff080e988e430222d310.zip
Don't collect param accessors in `DocASTPhase`
Diffstat (limited to 'doc-tool/src/dotty/tools/dottydoc/staticsite/Site.scala')
-rw-r--r--doc-tool/src/dotty/tools/dottydoc/staticsite/Site.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc-tool/src/dotty/tools/dottydoc/staticsite/Site.scala b/doc-tool/src/dotty/tools/dottydoc/staticsite/Site.scala
index 0a8cff347..e991148d6 100644
--- a/doc-tool/src/dotty/tools/dottydoc/staticsite/Site.scala
+++ b/doc-tool/src/dotty/tools/dottydoc/staticsite/Site.scala
@@ -136,6 +136,7 @@ case class Site(val root: JFile, val projectTitle: String, val documentation: Ma
def generateApiDocs(outDir: JFile = new JFile(root.getAbsolutePath + "/_site"))(implicit ctx: Context): this.type =
createOutput(outDir) {
def genDoc(e: model.Entity): Unit = {
+ /*dottydoc.*/println(s"Generating doc page for: ${e.path.mkString(".")}")
// Suffix is index.html for packages and therefore the additional depth
// is increased by 1
val (suffix, offset) =