rtrim overloads
<mrdocs/Metadata/DocComment/Block/BlockBase.hpp>Removes trailing whitespace from the block.
void
rtrim(Block& el);
» more...
Removes trailing whitespace from the last text elements
void
rtrim(BlockContainer& blocks);
» more...
Removes trailing whitespace from the last text element in the given InlineContainer.
void
rtrim(InlineContainer& inlines);
» more...
Removes trailing whitespace from the block.
void
rtrim(Polymorphic<Block>& el);
» more...
Removes trailing whitespace from the inline element.
void
rtrim(Polymorphic<Inline>& el);
» more...
| Name | Description |
|---|---|
| el | The Block to trim. |
| blocks | The BlockContainer to trim. |
| inlines | The InlineContainer to trim. |