mrdocs::merge
Append blocks from other into I, preserving order.
Synopsis
Declared in <mrdocs/Metadata/DocComment.hpp>
void
merge(
DocComment& I,
DocComment&& other);
Parameters
Name |
Description |
I |
A processed documentation comment attached to a declaration. |
other |
A processed documentation comment attached to a declaration. |
Created with MrDocs