Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 425 Bytes

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