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

@@ -4,6 +4,7 @@
* [`namespaces`](#namespaces)
* [`elements`](#elements)
* [`element_types`](#element_types)
* [`paths`](#paths)
* [`context`](#context)
* [`relationships`](#relationships)
@@ -53,6 +54,17 @@ from an included namespace:
- ns1::ns2::MyClass
```
## `element_types`
Allows to include or exclude elements of specific type from the diagram, for instance
to remove all enums from a diagram add the following:
```yaml
exclude:
element_types:
- enum
```
## `paths`
This filter allows to include or exclude from the diagram elements declared