doxyrest icon indicating copy to clipboard operation
doxyrest copied to clipboard

PlantUml

Open aimable-citron opened this issue 3 years ago • 3 comments

Hello,

I recently added plantuml diagrams in my documentation. They are well integrated in the html output from doxygen but in the xml, I only see the reference to the file and it does not seem to generate the image. I think it is not integrated in your tool. Is it planned to be integrated in the future?

regards,

aimable-citron avatar Jan 21 '21 16:01 aimable-citron

I believe @loebl already added support for PlantUml and other diagrams a while ago. Could you please share an MWE to demonstrate the issue? That would be great. Or the whole problematic project.

vovkos avatar Oct 19 '21 07:10 vovkos

To chime in on that: That was in PR #27

The way it currently implemented is, it relies on graph code to be inline in the doxygen file. References to an external file are supported by the sphinx plugins, but requires changes to the lua module. Probably not much, but due to a lack of use case I haven't tested or implemented that.

Additionally you will need to make sure that your sphinx project loads the needed sphinx extensions.

loebl avatar Oct 19 '21 14:10 loebl

Oh, I see. Thanks! In any case, a real-life project to work with would help a lot.

vovkos avatar Oct 20 '21 05:10 vovkos