문제

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