bkryza / clang-uml

Customizable automatic UML diagram generator for C++ based on Clang.
Apache License 2.0
610 stars 44 forks source link

Context filter doesn't handle enums properly #275

Closed bkryza closed 5 months ago

bkryza commented 5 months ago

Currently context filter in class diagrams does not handle enums properly, in particular it's not possible to use enum as target of the context filter and also inner enums in classes are not included in the context calculation.