mrdocs::doc::ltrim

Removes leading whitespace from the block.

Synopsis

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

void
ltrim(Polymorphic<Block>& el);

Return Value

void

Parameters

NameDescription
elThe Polymorphic<Block> to trim.