/cpp2uml

parse c++ header file to make an uml diagram

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

cpp2uml

parse c++ header file to make an uml diagram

This lua script output a plantuml script used to generate uml diagram

USAGE:

$ find ~/Project/AwesomeCppProject/ -name *.h | ./cpp2uml.lua | plantuml -pipe > uml.png

PlantUML

PlantUMLis a component that allows to quickly write diagrams that are defined using a simple and intuitive language

link: http://plantuml.sourceforge.net/index.html