Eclipse plugin for generating UML diagram from c++ code

前端 未结 5 493
星月不相逢
星月不相逢 2021-02-03 23:06

Is there any eclipse plugin that can generate UML/Class Diagram from C++ source code?

5条回答
  •  盖世英雄少女心
    2021-02-03 23:59

    My Eclipse-Fu is second to... well, everybodies. But I wonder: Could Doxygen be banged in to a shape that would fit? As an automated c++ documentation tool it's pretty slick. Plus, it runs off the command line so I'd imagine it wouldn't be too tough to get eclipse to run it.

提交回复
热议问题