Flatten an InlineContainer to plain text.
Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>
void
getAsPlainText(
doc::InlineContainer const& in,
std::string& dst);
This concatenates all text nodes, ignoring formatting.
| Name | Description |
|---|---|
| in | The InlineContainer to flatten. |
| dst | The output string to append to. |