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.

    Represents a scaladoc line.

    Annotations
    @deprecated
    Deprecated

    (Since version 4.3.13) Use scala.meta.internal.Scaladoc instead

Value Members

  1. object CommentOps

    Permalink

Deprecated Value Members

  1. 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:

    Annotations
    @deprecated
    Deprecated

    (Since version 4.3.13) Use scala.meta.internal.Scaladoc instead

    See also

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

  2. object ScaladocParser

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 4.3.13) Use scala.meta.internal.parsers.ScaladocParser instead

Ungrouped