Added specialization diagram filter

This commit is contained in:
Bartek Kryza
2022-04-17 18:40:30 +02:00
parent d3759231ab
commit 25898f2867
10 changed files with 201 additions and 4 deletions

View File

@@ -70,6 +70,8 @@ struct filter {
std::vector<std::string> subclasses;
std::vector<std::string> specializations;
std::vector<std::string> context;
std::vector<std::filesystem::path> paths;