SymbolDatabase: add BaseInfo::nameTok to dumpfile

This commit is contained in:
Daniel Marjamäki 2022-07-21 15:57:41 +02:00
parent 5342e2cd03
commit a7afaba21d
1 changed files with 1 additions and 0 deletions

View File

@ -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";