> Why not? Did you try with the example I provided? It should work fine > there, and there should be no reason why \ref cannot by used inside a HTML table. It doesn't work if you would put the table in a \htmlonly...\endhtmlonly block of course, but I assume you didn't do that.
Well, I went contrary to the logical assumption, and I had surrounded the <table/> with \htmlonly and \endhtmlonly, largely because that's how I'd originally coded the DoxyS page's contents. Perhaps this was unnecessary way back when (2010), but I don't recall and don't need to bother tracking that down. So yes, when I removed the \htmlonly and \endhtmlonly commands, the \image and \ref commands worked fine inside the <table> code. But... the class that was used changed. Without the \htmlonly, the class is "doxtable", but with the \htmlonly, the class is unspecified, which I've interpreted to mean simply "table". So when I omit the \htmlonly tag (and closing \endhtmlonly), and include the class="table" in the <table> element, I get the desired output. So that's what I'll go with. I assume by extension that Doxygen does not parse anything in an \htmlonly block, and so that's why the \image and \ref commands didn't work. So thanks for explaining that important point! -Monique ------------------------------------------------------------------------------ _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users