A reference to a symbol.

Synopsis

Declared in <mrdocs/Metadata/DocComment/Inline/FootnoteReferenceInline.hpp>

struct FootnoteReferenceInline
    : InlineCommonBase<InlineKind::FootnoteReference>

Description

In markdown, this is represented as "[]".

Syntax:

[^footnote-id]

Base Classes

Name

Description

InlineCommonBase<InlineKind::FootnoteReference>

Base class for providing variant discriminator functions.

Static Member Functions

Data Members

Name

Description

label

Footnote label that the reference points to.

Static Data Members

Name

kind_id

Non-Member Functions

Name

Description

getAsPlainText

Get the plain text representation of an inline element tree.

getAsPlainText

Get the plain text representation of an inline element tree.

Created with MrDocs