Check whether two symbols may be merged.
Declared in <mrdocs/Metadata/Symbol/SymbolBase.hpp>
bool
canMerge(
Symbol const& I,
Symbol const& Other);
True when kinds and IDs match.
| Name | Description |
|---|---|
| I | Base class with common properties of all symbols |
| Other | Base class with common properties of all symbols |