Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Putting images side by side On Doxygen

I am trying to put several images on my main page of the Doxygen file but had no luck finding an answer online, Doxygen puts the two pictures on top of each other.

Is there any way to make it side by side?

like image 249
JimBamFeng Avatar asked Oct 15 '25 12:10

JimBamFeng


1 Answers

By default doxygen places images in separate paragraphs. There are some possibilities:

  • embed the images in a table(row)
  • embed the images in some native output code, so in \htmlonly ... \endhtmlony or \latexonly ...\endlatexonly blocks.
like image 156
albert Avatar answered Oct 18 '25 17:10

albert