mrdocs::doc::trim
Removes leading and trailing whitespace from the block.
Synopsis
Declared in <mrdocs/Metadata/DocComment/Block.hpp>
void
trim(Polymorphic<Block>& el);
Parameters
| Name | Description |
|---|---|
el |
The Polymorphic<Block> to trim. |
Created with MrDocs