Updated README - Fixes #31
This commit is contained in:
@@ -351,6 +351,9 @@ include:
|
|||||||
# Include all subclasses of ClassA (including ClassA)
|
# Include all subclasses of ClassA (including ClassA)
|
||||||
subclasses:
|
subclasses:
|
||||||
- clanguml::common::ClassA
|
- clanguml::common::ClassA
|
||||||
|
# and specializations of template Class<T> (including Class<T>)
|
||||||
|
specializations:
|
||||||
|
- clanguml::common::ClassT<T>
|
||||||
# and classes in direct relation to ClassB (including ClassB)
|
# and classes in direct relation to ClassB (including ClassB)
|
||||||
context:
|
context:
|
||||||
- clanguml::common::ClassB
|
- clanguml::common::ClassB
|
||||||
|
|||||||
Reference in New Issue
Block a user