Re: [Doxygen-users] browser support - for HTML output ?

2015-09-08 Thread Monique Semp
> Is there a list anywhere that says what the browser support is for Doxygen’s > HTML output (from Doxygen 1.8.10)? Or barring that, is there an explanation > of which version of HTML is output? Hmm... no reply. I guess this isn’t a simple thing to answer. Does anyone have any suggestions for w

Re: [Doxygen-users] image issues - alignment, bold for nearby text, loses \ref link...

2015-09-08 Thread Monique Semp
> 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 cont

Re: [Doxygen-users] image issues - alignment, bold for nearby text, loses \ref link...

2015-09-08 Thread Dimitri van Heesch
Hi Monique, > On 08 Sep 2015, at 21:04 , Monique Semp wrote: > > I've got what I need, but it did require a bit of tweaking. > > The HTML syntax didn't work with the \ref Doxygen commands. Why not? Did you try with the example I provided? It should work fine there, and there should be no reas

Re: [Doxygen-users] Doxygen-users Digest, Vol 112, Issue 3

2015-09-08 Thread woody
At 12:25 PM 9/8/2015 -0400, you wrote: On Fri, Sep 4, 2015 at 11:53 AM, <doxygen-users-requ...@lists.sourceforge.net> wrote: Date: Fri, 4 Sep 2015 09:00:14 +0100 From: Frank Peelo <f...@eircom.net> Subject: Re: [Doxygen

Re: [Doxygen-users] image issues - alignment, bold for nearby text, loses \ref link...

2015-09-08 Thread Monique Semp
I've got what I need, but it did require a bit of tweaking. The HTML syntax didn't work with the \ref Doxygen commands. So when I replace them with regular markup, the links worked fine. But the links are not in bold as they are when Doxygen creates links to pages, so somewhat less than desira

Re: [Doxygen-users] image issues - alignment, bold for nearby text, loses \ref link...

2015-09-08 Thread Dimitri van Heesch
Hi Monique, Here are two ways to achieve what you want: ~~~ /** @mainpage Using Markdown syntax: | image | info | |---|--| \image html image-name.png "" | Text that leads in to the page link \ref pagename. \image html image2-name.png "" | Mo

[Doxygen-users] image issues - alignment, bold for nearby text, loses \ref link...

2015-09-08 Thread Monique Semp
Hello, Doxygen users, I’m using Doxygen 1.8.10 on Win 7, and am having trouble getting an image to be included without affecting the format/alignment of accompanying text, as well as suppressing proper output of a \ref link to another .page file. In my Mainpage.page file, I want to include a 2-

Re: [Doxygen-users] Doxygen-users Digest, Vol 112, Issue 3

2015-09-08 Thread Ron W
On Fri, Sep 4, 2015 at 11:53 AM, < doxygen-users-requ...@lists.sourceforge.net> wrote: > Date: Fri, 4 Sep 2015 09:00:14 +0100 > From: Frank Peelo > Subject: Re: [Doxygen-users] Another question > > So Doxygen > *should* use the names in the prototype, instead of the ones in the .c > file. >