-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude enums in class diagram #131
Comments
@fleroy-witekio Sorry this not possible at the moment, I have an issue for this (#100), I'll try to schedule it for the next release - it's been long overdue ;-) |
@fleroy-witekio However if your list of enums is not very long, you should be able to exclude them one by one, e.g.: exclude:
elements: [ns1::enum1, ns2::enum2] |
Thank you, yes I did that for now, I used multi-cursor edition on the generated .puml file to get and format all the enums. |
I had read #100 but I didn't understood that it was the same problem! |
Added element_types diagram filter (#131)
@fleroy-witekio This is now resolved in master branch: https://github.com/bkryza/clang-uml/blob/master/docs/diagram_filters.md#element_types |
In a class diagram, how can I exclude all the enums?
I thought I had found the solution, but it doesn't work:
in https://github.com/bkryza/clang-uml-examples/blob/master/cppast/.clang-uml there is
but it is not used or documented anywhere else, and it doesn't work when I try it.
(Thank you for this wonderful tool :) )
The text was updated successfully, but these errors were encountered: