I am trying to add an SVG to my doxygen documentation.
First try was using \image blabla.svg
. This kinda worked... but, the SVG contains another png reference, and the "internal" png was not showed. This works on Chrome, but even on Firefox this is not working.
Reading on, I see that I can use <embed>
or <iframe>
on tye markup. I am not sure if this is possible using doxygen.
How can I use an SVG inside my doxygen documentation?