All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scaladoc.Style.scala Maven / Gradle / Ivy

package scaladoc

sealed trait Style

object Style {

  sealed trait NonScaladoc extends Style

  final case object Stripped extends Style

  final case object Scaladoc extends Style

  final case object Block extends NonScaladoc

  final case object Line extends NonScaladoc
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy