Re: [Doxygen-users] Including DITAA diagrams into the documentation

2023-12-02 Thread flap
Hi Peter, Am Samstag, 2. Dezember 2023, 14:44:49 CET schrieb Peter Schöll: > it seems that you set DOT_IMAGE_FORMAT to "svg" in the doxygen > configuration file. > Is that right? Yes, it is set to "svg". Works perfectly for all the other embedded platuml images. That's why I asked for a specific

Re: [Doxygen-users] Including DITAA diagrams into the documentation

2023-12-02 Thread Peter Schöll
Hi Jürgen, it seems that you set DOT_IMAGE_FORMAT to "svg" in the doxygen configuration file. Is that right? Have a nice weekend Peter Am 02.12.2023 um 13:21 schrieb flap: Hi list, I'm using doxygen to generate my documentation including platuml images. platuml uses SVG file formats a

[Doxygen-users] Including DITAA diagrams into the documentation

2023-12-02 Thread flap
Hi list, I'm using doxygen to generate my documentation including platuml images. platuml uses SVG file formats and it works fine. The generated HTML code always uses filenames with the .svg extension. When I create DITAA images, plantuml only supports PNG files for this kind of diagrams. The g