mrdocs::merge

Append blocks from other into I, preserving order.

Synopsis

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