mrdocs::canMerge

Check whether two symbols may be merged.

Synopsis

Declared in <mrdocs/Metadata/Symbol/SymbolBase.hpp>

bool
canMerge(
    Symbol const& I,
    Symbol const& Other);

Return Value

True when kinds and IDs match.

Parameters

Name Description

I

Base class with common properties of all symbols

Other

Base class with common properties of all symbols

Created with MrDocs