mrdocs::doc::getAsPlainText
Flatten an InlineContainer to plain text.
Synopsis
Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>
void
getAsPlainText(
doc::InlineContainer const& in,
std::string& dst);
Parameters
| Name | Description |
|---|---|
in |
The InlineContainer to flatten. |
dst |
The output string to append to. |
Created with MrDocs