kinow / protobuf-uml-diagram

Create UML diagrams from Protobuf compiled .proto files using Python
https://github.com/kinow/protobuf-uml-diagram
Apache License 2.0
72 stars 12 forks source link

Result png contains too much redundant information #78

Closed kinow closed 11 months ago

kinow commented 11 months ago

Discussed in https://github.com/kinow/protobuf-uml-diagram/discussions/75

Originally posted by **danjohles** November 21, 2023 I am not sure if this should be an issue or it's just a setting I am not aware of But the resulting images do not look like this one: ![this](https://raw.githubusercontent.com/kinow/protobuf-uml-diagram/master/example-output.png) The title is the title and attributes being listed without the title as a prefix They do look like the other example: ![other](https://github.com/kinow/protobuf-uml-diagram/blob/master/.github/docs/issue_10_pb2.png?raw=true) Is there a way to get the first image out of a proto instead of the second?
kinow commented 11 months ago

Closed in #79