dotty.tools

dottydoc

package dottydoc

Visibility
  1. Public
  2. All

Type Members

  1. class DocCompiler extends Compiler

    Custom Compiler with phases for the documentation tool

    Custom Compiler with phases for the documentation tool

    The idea here is to structure dottydoc around the new infrastructure. As such, dottydoc will itself be a compiler. It will, however, produce a format that can be used by other tools or web-browsers.

    Example:

    1. Use the existing FrontEnd to typecheck the code being fed to dottydoc 2. Create an AST that is serializable 3. Serialize to JS object
  2. abstract class DocDriver extends Driver

  3. class DocFrontEnd extends FrontEnd

Value Members

  1. package api

  2. package core

  3. package model

  4. package util

Ungrouped