Packages

p

mdoc

package mdoc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal
  2. package modifiers

Type Members

  1. trait MainProcess extends AnyRef
  2. final class MainSettings extends AnyRef

Value Members

  1. object Main extends MainProcess
  2. object MainSettings
  3. object SbtMain extends MainProcess

    This main is meant to be called from a running JVM.

    This main is meant to be called from a running JVM. Rather than exiting with a non-zero code on error, it will throw an exception. This is useful when calling from another JVM and you don't want this JVM to exit and mdoc fails.

    This is the case for the sbt integration. When an exception is raised, sbt will make the task as failed but won't exit. This provides a better user experience.

Ungrouped