Package-level declarations

Types

Link copied to clipboard
object Anchors

Anchors are flag elements that can be used to mark specific sections of documentation. Anchors are generated by Quarkdoc, and read by Quarkdoc-Reader to extract specific information.

Link copied to clipboard

Utilities for handling HTML Anchors.

Functions

Link copied to clipboard
fun Element.getAnchorElement(anchor: String): Element?
Link copied to clipboard
fun Element.getAnchorNextElement(anchor: String): Element?
Link copied to clipboard
fun Element.hasAnchor(anchor: String): Boolean

Checks if the given element has an anchor with the specified anchor name.

Link copied to clipboard
fun Element.stripAnchors(): Element