Skip to content

Commit 4c1d363

Browse files
committed
Some more TODOs
1 parent 0d9d210 commit 4c1d363

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tastydoc/src/dotty/tastydoc/DocPrinter.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ class DocPrinter(mutablePackagesMap: scala.collection.mutable.HashMap[String, Em
410410
case r: TypeRepresentation => formatTypeRepresentation(r, declarationPath)
411411
}
412412

413-
//TODO: Remove zzz
414413
val folderPrefix = "tastydoc/documentation/"
415414
/** Traversing a Representation recursively producing markdown files along the way. In principle, this should be the only method called from outside of the class. */
416415
def traverseRepresentation(representation: Representation): Unit = representation match {

0 commit comments

Comments
 (0)