mrdocs::doc::rtrim
rtrim overloads
Synopses
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);
Parameters
Name |
Description |
el |
The Block to trim. |
blocks |
The BlockContainer to trim. |
inlines |
The InlineContainer to trim. |
Created with MrDocs