Added element_types diagram filter (#131)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user