RE: [Doxygen-users] best ways of getting images into generated ou tputs
Brought to you by:
dimitri
From: Prikryl,Petr <PRI...@sk...> - 2001-09-05 06:56:57
|
Look for \latexonly, \endlatexonly, \htmlonly, and \endhtmlonly commands in the documentation. Then you can use a pair of commands: one for HTML with one filename, the second for LaTeX with another filename. This should work in principle, but I did not try it. There possibly can be better way (I do not know). See you, Petr -- Petr Prikryl, SKIL, spol. s r.o., pri...@sk... > -----Original Message----- > From: John Clinton [SMTP:j.c...@ar...] > Sent: Wednesday, September 05, 2001 12:15 AM > To: dox...@li... > Subject: [Doxygen-users] best ways of getting images into generated > outputs > > What should I do if I had an image file (.gif, .png, .jpg, > etc.) and wanted to have some Doxygen comment in my source > code cause that image to be displayed in the generated output? > > Ideally I want to have the imaged display in both LaTeX (which > I convert to .pdf) and HTML. I know for HTML only I could > include an HTML <IMG> tag, but that doesn't help LaTeX. > > Any thoughts on good options?? > > Thanks, > > --John > j.c...@ar... > > > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users |