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 DocASTPhase extends DotClass with Phase

  3. class DocImplicitsPhase extends MiniPhaseTransform

  4. class LinkImplicitlyAddedTypes extends DocMiniPhase with TypeLinker

  5. class LinkParamListTypes extends DocMiniPhase with TypeLinker

  6. class LinkReturnTypes extends DocMiniPhase with TypeLinker

  7. class LinkSuperTypes extends DocMiniPhase with TypeLinker

  8. class SortMembers extends DocMiniPhase

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

  9. trait TypeLinker extends MemberLookup

Value Members

  1. object transform

Ungrouped