Skip to content

Commit

Permalink
Remove compiler phases that don't influence scaladoc generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vigdorchik committed Oct 23, 2012
1 parent 1899c91 commit e23f9ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/compiler/scala/tools/nsc/doc/DocFactory.scala
Expand Up @@ -39,9 +39,6 @@ class DocFactory(val reporter: Reporter, val settings: doc.Settings) { processor
phasesSet += analyzer.namerFactory
phasesSet += analyzer.packageObjects
phasesSet += analyzer.typerFactory
phasesSet += superAccessors
phasesSet += pickler
phasesSet += refChecks
}
override def forScaladoc = true
}
Expand Down

0 comments on commit e23f9ed

Please sign in to comment.