CodeBuilder

mdoc.internal.markdown.CodeBuilder
class CodeBuilder()

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def foreach[T](xs: Iterable[T])(fn: T => Unit): CodeBuilder
def lines(xs: Iterable[String]): CodeBuilder
def printIf(cond: Boolean, s: => String): CodeBuilder
def println(s: String): CodeBuilder
def printlnIf(cond: Boolean, s: => String): CodeBuilder
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