Package

mdoc.internal

livereload

Permalink

package livereload

Visibility
  1. Public
  2. All

Type Members

  1. trait LiveReload extends AnyRef

    Permalink

    Interface of a LiveReload server http://livereload.com/api/protocol/

  2. case class TableOfContents(title: String, id: String, level: Int, parent: Option[TableOfContents], children: ListBuffer[TableOfContents] = ListBuffer.empty[TableOfContents]) extends Product with Serializable

    Permalink
  3. final case class UndertowLiveReload extends LiveReload with Product with Serializable

    Permalink

Value Members

  1. object Resources

    Permalink
  2. object SimpleHtml

    Permalink
  3. object TableOfContents extends Serializable

    Permalink
  4. object UndertowLiveReload extends Serializable

    Permalink

Ungrouped