Hello, Doxygen users,

It’s easy to include an @image in a <table>. And it’s easy to have an href in a 
<table> that resolves to an otherwise-referenced image (so that the image gets 
copied from the IMAGE_PATH to the doxygen\output directory).

But I can’t figure out how to include an @image in a <table> that’s set up as 
an <a href> to a not-otherwise-referenced image. Any tips?

It’s ok if I need to manually (well, via batch file/shell script) copy the 
not-otherwise-referenced images to the doxygen\output directory. In fact, I’m 
already doing that for PDF files that I want to link to. But it’s getting the 
<a href> to work for an image as opposed to text that’s not working for me.

The use case I’m working with is a table of thumbnail images that when clicked 
resolve to their large, detailed (non-thumbnail) versions.

I’ve been using the <table class=”table”> coding for my tables, with the usual 
<tr> and <td> elements. But if markdown would work, I’d switch. But all the 
markdown tables I’ve used so far always have grid lines and a table heading, 
neither of which I want.

Thanks for any tips,
-Monique
------------------------------------------------------------------------------
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to