Re: [Doxygen-develop] Working on adding PlantUML class diagrams
Brought to you by:
dimitri
From: johnk <jk...@ar...> - 2015-04-07 17:43:02
|
On 04/07/2015 02:30 AM, Roger Lucas (rogerluc) wrote: > We use Doxygen extensively and have recently added PlantUML to allow embedded > class diagram images. > > The instructions provided by PlantUML work well - we get the correct images > created and they get referenced in the Doxygen HTML output so that you get the > images inline with the documentation. > > What more were you trying to do? > Embedded PlantUML diagrams work great, yes, but what I wanted was to have PlantUML class diagrams generated automatically from the code base we're documenting. Doxygen already does this using Graphviz, but I'm not overly fond of how it looks. I'd like to provide the option of generating the same (more or less) graphs using PlantUML even if it doesn't support image mapping. In short, I want dynamic UML class diagrams using PlantUML in addition to the already supported static diagrams. |