A Node containing a string of text.
Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>
struct Inline;
There will be no newlines in the text. Otherwise, this would be represented as multiple text nodes within a Paragraph node.
| Name | Description |
|---|---|
~Inline [destructor] [virtual] | Virtual destructor to enable polymorphic deletion. |
asInline | asInline overloads |
| Name | Description |
|---|---|
Kind | Discriminator identifying which inline variant is active. |
| Name | Description |
|---|---|
Inline [constructor] | Constructors |
| Name | Description |
|---|---|
getAsPlainText | Get the plain text representation of an inline element tree. |
getAsPlainText | Get the plain text representation of an inline element tree. |
| Name | Description |
|---|---|
InlineCommonBase | Base class for providing variant discriminator functions. |