mrdocs::doc::TextInline
A Node containing a string of text.
Synopsis
Declared in <mrdocs/Metadata/DocComment/Inline/TextInline.hpp>
struct TextInline
: InlineCommonBase<InlineKind::Text>
Member Functions
Name |
Description |
|
Constructors |
|
Destructor |
Equality operator |
|
Three‐way comparison operators |
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. |
Description
There will be no newlines in the text. Otherwise, this would be represented as multiple text nodes within a Paragraph node.
Created with MrDocs