Eclipse plugin for generating UML diagram from c++ code

前端 未结 5 506
星月不相逢
星月不相逢 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:45

    From the list of UML tools, I only see commercial UML editors (with C++ as one of the language reverse engineered), like:

    • Enterprise Architect
    • Magic Draw
    • Modelio

    In other word, I don't know of a open-source project offering C++ reverse engineered UML diagrams.


    nrs mentions in the comments, from the Modelio Wikipedia entry:

    The core Modelio software was released under the GPLv3 on October 5, 2011.
    Key APIs are licensed under the more permissive Apache License 2.0.

    Note: it is a standalone app (based on Eclipse RCP), which cannot be added directly in your IDE Eclipse. Eclipse as a plugin.

提交回复
热议问题