tags:

views:

98

answers:

1

Are there any eclipse plugin available to auto generate sequence diagram for C++ code running in the linux environment? Please let me know the details. Thanks.

+1  A: 

Use eclipse with doxygen with Trace2UML.

dacwe
hi dacwe,With doxygen we can create class diagrams. I am not sure whether we can create sequence diagram using the same. would you please elaborate on how to create sequence diagram using doxygen?
ahibhushan kaviraj
Added link to Trace2UML. Is this even suffisant for you?
dacwe