Package

scaladoc

Permalink

package scaladoc

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scaladoc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class BrokenIndentation(line: Int, column: Int, position: Int, actual: Int, expected: Int) extends Exception with ParseException with Product with Serializable

    Permalink
  2. final case class BufferFlushError(line: Int, column: Int, position: Int, tag: Option[MutableTag], buffer: StringBuilder) extends Exception with ParseException with Product with Serializable

    Permalink
  3. final case class EmptyGroupPriority(line: Int, column: Int, position: Int) extends Exception with TagSpecificException with Product with Serializable

    Permalink
  4. trait MarkupException extends Exception with ParseException

    Permalink
  5. final case class NonScaladocStyle(style: NonScaladoc) extends Exception with ScaladocException with Product with Serializable

    Permalink
  6. sealed trait ParseException extends Exception with ScaladocException

    Permalink
  7. implicit final class ScaladocCompanionOps extends AnyVal

    Permalink
  8. sealed trait ScaladocException extends Exception

    Permalink
  9. implicit final class ScaladocOps extends AnyVal

    Permalink
  10. trait TagSpecificException extends Exception with ParseException

    Permalink
  11. final case class UnexpectedChar(line: Int, column: Int, position: Int, got: Char, expected: Expectation) extends Exception with ParseException with Product with Serializable

    Permalink
  12. final case class UnexpectedEOF(line: Int, column: Int, position: Int, expected: Option[Expectation]) extends Exception with ParseException with Product with Serializable

    Permalink
  13. final case class UnexpectedParagraphSeparator(line: Int, column: Int, position: Int, length: Int) extends Exception with MarkupException with Product with Serializable

    Permalink

Value Members

  1. object EmptyInput extends Exception with ScaladocException with Product with Serializable

    Permalink
  2. package annotation

    Permalink
  3. package macros

    Permalink
  4. package parser

    Permalink
  5. package utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped