質問

I'm looking for a reverse-engineering UML free tool for c++ code. The old software i'm working on has almost no documentation, and i must add an evolution :s So an UML diagram would help me a lot.

I downloaded StarUML, but when i do the reverse engineering, i have an issue, it doesn't display all the classes on the diagram, as if it was too small. I didn't find the solution so i wanted to download another free tool. But doesn't find one.

Thanks for the answers

Adrien

役に立ちましたか?

解決

You could always try Doxygen. It won't produce the most beautiful output of all times, but you can force it to generate class diagrams for you.

他のヒント

One of the best tools I've ever used for reverse engineering to create UML diagrams is Visual Paradigm. I've never used it for C++ but for Java and C#.

Try to take a look: http://www.visual-paradigm.com/support/documents/vpumluserguide/276/277/7253_reverseengin.html

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top