Generating UML Class Diagram from C++ Header File using PlantUML

This post shows a way to generate a UML class diagram from C++ header file(s) using PlantUML [1] and hpp2plantuml [2].   Assumptions Debian-based linux distribution (I used Ubuntu 20.04)   Steps 1. Install hpp2plantuml hpp2plantuml is used to convert C++ header file to PlantUML.  1-1. Install pip if not already installed. sudo apt install… Continue reading “Generating UML Class Diagram from C++ Header File using PlantUML”