p

scaladoc

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. Protected

Package Members

  1. package annotation
  2. package macros
  3. package parser
  4. package utils

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
  2. final case class BufferFlushError(line: Int, column: Int, position: Int, tag: Option[MutableTag], buffer: StringBuilder) extends Exception with ParseException with Product with Serializable
  3. final case class EmptyGroupPriority(line: Int, column: Int, position: Int) extends Exception with TagSpecificException with Product with Serializable
  4. trait MarkupException extends Exception with ParseException
  5. final case class NonScaladocStyle(style: NonScaladoc) extends Exception with ScaladocException with Product with Serializable
  6. sealed trait ParseException extends Exception with ScaladocException
  7. implicit final class ScaladocCompanionOps extends AnyVal
  8. sealed trait ScaladocException extends Exception
  9. implicit final class ScaladocOps extends AnyVal
  10. trait TagSpecificException extends Exception with ParseException
  11. final case class UnexpectedChar(line: Int, column: Int, position: Int, got: Char, expected: Expectation) extends Exception with ParseException with Product with Serializable
  12. final case class UnexpectedEOF(line: Int, column: Int, position: Int, expected: Option[Expectation]) extends Exception with ParseException with Product with Serializable
  13. final case class UnexpectedParagraphSeparator(line: Int, column: Int, position: Int, length: Int) extends Exception with MarkupException with Product with Serializable

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped