MainSettings

mdoc.MainSettings
See theMainSettings companion object
final class MainSettings

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def withArgs(args: List[String]): MainSettings
def withCharset(charset: Charset): MainSettings
def withCheck(check: Boolean): MainSettings
def withCheckLinkHygiene(checkLinkHygiene: Boolean): MainSettings
def withClasspath(classpath: String): MainSettings
def withCleanTarget(cleanTarget: Boolean): MainSettings
def withCoursierLogger(logger: Logger): MainSettings
def withExcludePath(excludePath: List[PathMatcher]): MainSettings
def withHeaderIdGenerator(headerIdGenerator: String => String): MainSettings
def withIn(in: Path): MainSettings
def withIncludePath(includePath: List[PathMatcher]): MainSettings
def withInputPaths(in: List[Path]): MainSettings
def withInputStream(inputStream: InputStream): MainSettings
def withNoLinkHygiene(noLinkHygiene: Boolean): MainSettings
def withOut(out: Path): MainSettings
def withOutputPaths(out: List[Path]): MainSettings
def withReportRelativePaths(reportRelativePaths: Boolean): MainSettings
def withReporter(reporter: Reporter): MainSettings
def withScalacOptions(scalacOptions: String): MainSettings
def withScreenHeight(screenHeight: Int): MainSettings
def withScreenWidth(screenWidth: Int): MainSettings
def withSiteVariables(variables: Map[String, String]): MainSettings
def withStringModifiers(modifiers: List[StringModifier]): MainSettings
def withVariablePrinter(variablePrinter: Variable => String): MainSettings
def withWatch(watch: Boolean): MainSettings

Deprecated methods

def withTest(test: Boolean): MainSettings

Attributes

Deprecated
true