Added element_types diagram filter (#131)

This commit is contained in:
Bartek Kryza
2023-05-08 22:53:21 +02:00
parent f8876b1ed0
commit dec4b7bc3d
11 changed files with 141 additions and 0 deletions

View File

@@ -61,6 +61,12 @@ struct filter {
std::vector<std::string> elements;
// E.g.:
// - class
// - enum
// - concept
std::vector<std::string> element_types;
// E.g.:
// - inheritance/extension
// - dependency