Package-level declarations

Types

Link copied to clipboard
class A(val matchers: Any) : Tag
Link copied to clipboard
class B(val matchers: Any) : Tag
Link copied to clipboard
class BlockQuote(val matchers: Any) : Tag
Link copied to clipboard
object Br : Tag
Link copied to clipboard
class Dd(val matchers: Any) : Tag
Link copied to clipboard
class Div(val matchers: Any) : Tag
Link copied to clipboard
class Dl(val matchers: Any) : Tag
Link copied to clipboard
class Dt(val matchers: Any) : Tag
Link copied to clipboard
class I(val matchers: Any) : Tag
Link copied to clipboard
class P(val matchers: Any) : Tag
Link copied to clipboard
class Span(val matchers: Any) : Tag
Link copied to clipboard
class STRIKE(val matchers: Any) : Tag
Link copied to clipboard
open class Tag(val name: String, val matchers: Any, val expectedClasses: List<String> = emptyList())
Link copied to clipboard
class TestOutputWriter(failOnOverwrite: Boolean = true) : OutputWriter
Link copied to clipboard
class TestOutputWriterPlugin(failOnOverwrite: Boolean = true) : DokkaPlugin
Link copied to clipboard
class U(val matchers: Any) : Tag
Link copied to clipboard
class Var(val matchers: Any) : Tag
Link copied to clipboard
object Wbr : Tag

Functions

Link copied to clipboard

Parses it using JSOUP, trims whitespace at the end of the line and asserts if they are equal parsing is required to unify the formatting

Link copied to clipboard
fun Element.match(vararg matchers: Any, ignoreSpanWithTokenStyle: Boolean = false)
Link copied to clipboard
fun Tag.withClasses(vararg classes: String): Tag