bkryza / clang-uml

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

Comments to call expressions in sequence diagrams should be attached to most external calls #264

Closed bkryza closed 6 months ago

bkryza commented 6 months ago

Currently, in sequence diagrams with generate_message_comment turned on, the comment is attached to the most nested call in a line following a comment, while it should be attached to the most external call (included in the diagram).