rtrim overloads
Synopses
Declared in <mrdocs/Metadata/DocComment/Block/BlockBase.hpp>
Removes trailing whitespace from the block.
Removes trailing whitespace from the last text elements
void
rtrim(BlockContainer& blocks);
Removes trailing whitespace from the last text element in the given InlineContainer.
void
rtrim(InlineContainer& inlines);
Removes trailing whitespace from the block.
void
rtrim(Polymorphic<Block>& el);
Removes trailing whitespace from the inline element.
void
rtrim(Polymorphic<Inline>& el);
Return Value
void
Parameters
Name |
Description |
el |
The Block to trim. |
blocks |
The BlockContainer to trim. |
inlines |
The InlineContainer to trim. |
Created with MrDocs