aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/src/dotty/tools/dottydoc/core/OutputJsonPhase.scala
blob: 9f8dfdca69a5559fcb46e2a80f7e75af688645aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
package dotty.tools
package dottydoc
package core

import dotc.CompilationUnit
import dotc.core.Contexts.Context
import dotc.core.Phases.Phase
import model.{Package, Entity}

abstract class JsonOutputPhase extends Phase {
  def phaseName = "jsonOutputPhase"
  println("wabalubadubdub")
}