JakubAndrysek / MkDoxy

📖 Automatically generates API documentation for your project based on Doxygen comments and code snippets in your markdown files.
https://mkdoxy.kubaandrysek.cz/
MIT License
60 stars 16 forks source link

Support additional Graphs #31

Closed kg-intec closed 1 year ago

kg-intec commented 1 year ago

First, nice plugin 👍

However, good things can always be improved... There are many types of additional graphs supported by doxygen:

As well as diagrams from PlantUML, which can be defined directly in the code. Support for this would be great!

Examples:

JakubAndrysek commented 1 year ago

Thank you for a good idea, I will look at it in the future. Generating automatic navigation has got a higher priority.