SymbolDatabase: add BaseInfo::nameTok to dumpfile
This commit is contained in:
parent
5342e2cd03
commit
a7afaba21d
|
@ -3964,6 +3964,7 @@ void SymbolDatabase::printXml(std::ostream &out) const
|
||||||
<< " access=\"" << accessControlToString(baseInfo.access) << "\""
|
<< " access=\"" << accessControlToString(baseInfo.access) << "\""
|
||||||
<< " type=\"" << baseInfo.type << "\""
|
<< " type=\"" << baseInfo.type << "\""
|
||||||
<< " isVirtual=\"" << (baseInfo.isVirtual ? "true" : "false") << "\""
|
<< " isVirtual=\"" << (baseInfo.isVirtual ? "true" : "false") << "\""
|
||||||
|
<< " nameTok=\"" << baseInfo.nameTok << "\""
|
||||||
<< "/>\n";
|
<< "/>\n";
|
||||||
}
|
}
|
||||||
out << " </type>\n";
|
out << " </type>\n";
|
||||||
|
|
Loading…
Reference in New Issue