mrdocs::DocComment::append

Append blocks from another DocComment to this.

Synopsis

Declared in <mrdocs/Metadata/DocComment.hpp>

void
append(DocComment&& other);

Parameters

Name Description

other

A processed documentation comment attached to a declaration.

Created with MrDocs