Skip to content

bubbletok/Doxygen2Drawio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doxygen to Drawio

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

Usage

Yous should create doxygen .xml files first and follow steps after then.

image

  1. 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"
  2. Run doxygen2drawio.py
  3. 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

Results

  • .txt files are in texts folder
  • .drawio files are in drawio folder
    image

Dependency

For install dependencies,

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages