Anchors

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.

Properties

Link copied to clipboard
const val LIKELY_BODY: String

Name of the anchor for likely body parameters.

Link copied to clipboard

Name of the anchor for likely chained functions.

Link copied to clipboard
const val LIKELY_NAMED: String

Name of the anchor for likely named parameters.

Link copied to clipboard
const val OPTIONAL: String

Name of the anchor for optional parameters.

Link copied to clipboard
const val VALUES: String

Name of the anchor for optionally present enum values of a parameter.