Re: [Doxygen-users] best ways of getting images into generated outputs
Brought to you by:
dimitri
From: Berno L. <ber...@ep...> - 2001-09-05 07:57:13
|
What about looking in the commands section of the doxygen manual :-) You have to use the \image command which has to be used for every output format you want to produce. --- Gruß Berno Am Wednesday 05 September 2001 00:15 schrieben Sie: > 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... |