A Node containing a string of text.
Synopsis
Declared in <mrdocs/Metadata/DocComment/Inline/TextInline.hpp>
struct TextInline
: InlineCommonBase<InlineKind::Text>
Description
There will be no newlines in the text. Otherwise, this would be represented as multiple text nodes within a Paragraph node.
Syntax:
plain text
Base Classes
Name |
Description |
Base class for providing variant discriminator functions. |
Member Functions
Name |
Description |
|
Constructors |
|
Virtual destructor for the inline hierarchy. |
Static Member Functions
Data Members
Name |
Description |
Plain text carried by this inline node. |
Static Data Members
Name |
Non-Member Functions
Name |
Description |
Get the plain text representation of an inline element tree. |
|
Get the plain text representation of an inline element tree. |
Created with MrDocs