Fixed template instantiations generation without known primary template

This commit is contained in:
Bartek Kryza
2021-07-20 19:35:47 +02:00
parent 0563a251fa
commit 524cf36ecd
10 changed files with 63 additions and 27 deletions

View File

@@ -111,8 +111,10 @@ struct diagram {
auto name = clanguml::util::unqualify(name_);
for (const auto &ex : exclude.namespaces) {
if (name.find(ex) == 0)
if (name.find(ex) == 0) {
spdlog::debug("Skipping from diagram: {}", name);
return false;
}
}
// If no inclusive namespaces are provided,