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) << "\""
|
||||
<< " type=\"" << baseInfo.type << "\""
|
||||
<< " isVirtual=\"" << (baseInfo.isVirtual ? "true" : "false") << "\""
|
||||
<< " nameTok=\"" << baseInfo.nameTok << "\""
|
||||
<< "/>\n";
|
||||
}
|
||||
out << " </type>\n";
|
||||
|
|
Loading…
Reference in New Issue