dotty.tools.dottydoc

core

package core

Visibility
  1. Public
  2. All

Type Members

  1. class AlternateConstructors extends DocMiniPhase

    This DocMiniPhase adds the alternate constructors, currently defined as methods with the name <init>, to the Entity#constructors list

  2. class ContextDottydoc extends ContextDocstrings

  3. case class Counters(publicEntities: Int, privateEntities: Int, protectedEntities: Int, publicDocstrings: Int, privateDocstrings: Int, protectedDocstrings: Int) extends Product with Serializable

  4. class DocASTPhase extends DotClass with Phase

  5. class DocImplicitsPhase extends MiniPhaseTransform

  6. class DocstringPhase extends DocMiniPhase with CommentParser with CommentCleaner

    Phase to add docstrings to the Dottydoc AST

  7. class LinkCompanions extends DocMiniPhase

  8. class LinkImplicitlyAddedTypes extends DocMiniPhase with TypeLinker

  9. class LinkParamListTypes extends DocMiniPhase with TypeLinker

  10. class LinkReturnTypes extends DocMiniPhase with TypeLinker

  11. class LinkSuperTypes extends DocMiniPhase with TypeLinker

  12. class PackageObjectsPhase extends DocMiniPhase

  13. class SortMembers extends DocMiniPhase

    This DocMiniPhase sorts the members of all classes, traits, objects and packages

  14. case class Statistics(pkgName: String, api: Counters, internalApi: Counters) extends Product with Serializable

  15. class StatisticsPhase extends DotClass with Phase

  16. trait TypeLinker extends MemberLookup

  17. class UsecasePhase extends DocMiniPhase

Value Members

  1. object Statistics extends Serializable

  2. object transform

Ungrouped