Doxygen and .SVG format

0 votes
asked Feb 16, 2016 in Bug by anonymous
I don't know if this is a problem with Doxygen or PlantUML.  I'd like to embed the PlantUML in my source files as such (to use one of the examples):

/** Sender class

 * @startuml{Sender.svg}

 * Sender->Receiver : Command()

 * Sender<-- Receiver : Ack()

 * @enduml

 */

However, I do NOT get an .SVG file, I get a .PNG file.  I'd really like to get a .SVG file since it scales much better.

Any suggestions?

1 Answer

0 votes
answered Apr 25, 2016 by anonymous
hello

In your configuration file (Doxygen) :

 DOT_IMAGE_FORMAT       = svg

regards

 

Nicolas
...