mrdocs::doc::rtrim

Removes trailing whitespace from the block.

Synopsis

Declared in <mrdocs/Metadata/DocComment/Block.hpp>

void
rtrim(Polymorphic<Block>& el);

Return Value

void

Parameters

Name Description

el

The Polymorphic<Block> to trim.

Created with MrDocs