From 8f85e18db4ba2be95f39ff080e988e430222d310 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Tue, 17 Jan 2017 13:21:36 +0100 Subject: Don't collect param accessors in `DocASTPhase` --- doc-tool/src/dotty/tools/dottydoc/staticsite/Site.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'doc-tool/src/dotty/tools/dottydoc/staticsite/Site.scala') 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) = -- cgit v1.2.3