Package

scala.meta

contrib

Permalink

package contrib

Visibility
  1. Public
  2. All

Type Members

  1. case class DocToken(kind: Kind, name: Option[String], body: Option[String]) extends Product with Serializable

    Permalink

    Represents a scaladoc line.

Value Members

  1. object CommentOps

    Permalink
  2. object DocToken extends Serializable

    Permalink

    Companion object containing the classes required for describing an ScalaDoc token.

    Companion object containing the classes required for describing an ScalaDoc token.

    The available tokens and their documentation are obtained from:

    See also

    http://docs.scala-lang.org/overviews/scaladoc/for-library-authors.html

  3. object ScaladocParser

    Permalink

Ungrouped