mrdocs::doc::trim

Removes leading and trailing whitespace from the block.

Synopsis

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

void
trim(Block& el);

Return Value

void

Parameters

Name

Description

el

The Block to trim.

Created with MrDocs