parse c++ header file to make an uml diagram
This lua script output a plantuml script used to generate uml diagram
$ find ~/Project/AwesomeCppProject/ -name *.h | ./cpptouml.lua | plantuml -pipe > uml.png
PlantUMLis a component that allows to quickly write diagrams that are defined using a simple and intuitive language