Python program that convert Doxygen .xml file into Drawio .xml file
It creates a class diagram for each class script one by one
It does not show any flow, inheritance, or relations of class
Support with ChatGPT
- Add .xml files in xmls folder.
Not use the file which ends with "~.xml", but use the file which ends with "~cs.xml"(C#)
For example, "test_8cs.xml" - Run doxygen2drawio.py
- See drawio folder
You can change bWithType variable to false to hide the return type.
You can just drag & drop the .drawio file to the drawio
For install dependencies,
pip install -r requirements.txt

