DeferredLinkCommand

class DeferredLinkCommand(val dri: DRI, val isInCodeBlock: Boolean, val isCode: Boolean)(source)

The current module doesn't know how to resolve this link.

For example, because this is a link to a class defined in another module.

The current module serializes a special marker in the documentation, and the aggregator plugin will re-attempt to resolve it later.

Constructors

Link copied to clipboard
constructor(dri: DRI, isInCodeBlock: Boolean, isCode: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dri: DRI
Link copied to clipboard

Whether the link should be displayed as Markdown inline code.

Link copied to clipboard

The value of RenderingContext.isInCodeBlock at the place where the link is inserted.

Functions

Link copied to clipboard
fun format(address: String, renderedLabel: String): String