mrdocs::doc::getAsPlainText
Get the plain text representation of an inline element tree.
Synopsis
Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>
void
getAsPlainText(
doc::Inline const& in,
std::string& dst);
Parameters
| Name | Description |
|---|---|
in |
The input inline element. |
dst |
The output string to append to. |
Created with MrDocs