Re: [Doxygen-users] Tilde in markdown table field causes unexpected output.

2013-11-20 Thread Jeremy Royston
Hello Albert, Thanks for the lightning-fast reply. I'm using rev 1.8.5 Doxygen, with MARKDOWN_SUPPORT=YES After setting the Doxygen factory defaults the table appeared correctly - very odd! This confirms the old maxim that SW and HW problems disappear when you start to diagnose them. I sugg

Re: [Doxygen-users] Tilde in markdown table field causes unexpected output.

2013-11-20 Thread Albert
Forgot to include the list On Wed, Nov 20, 2013 at 3:18 PM, Albert wrote: > Hi Jeremy, > > I tried with different version and with standard Doxyfile (doxygen -g) but > I did not see the behavior you describe. > Which version of doxygen are you using? > Anything special in your Doxyfile? > > Albe

[Doxygen-users] Tilde in markdown table field causes unexpected output.

2013-11-20 Thread Jeremy Royston
Doxygen outputs text in place of the expected table. The file text is: /*! \file \brief Hardware definitions and macros. The processor is an ATmega32U2. The pins and their functions are: | Pin | I/O | Function | | --: | :--: | :--- | | 1 | I| ~RESET | | 28

Re: [Doxygen-users] Strange indentation behaviour

2013-11-20 Thread Albert
Hi Roger, OK indeed the return type is aligned to the right. Good that it is clear now. Albert On Wed, Nov 20, 2013 at 10:54 AM, Roger James wrote: > Hi Albert, > > Doh, am I going completely stupid, of course it is aligning the function > names and moving then across far enough to fill in th

Re: [Doxygen-users] Strange indentation behaviour

2013-11-20 Thread Roger James
Hi Albert, Doh, am I going completely stupid, of course it is aligning the function names and moving then across far enough to fill in the return type!!! I spent hours looking at this last night! Roger On 20/11/13 09:42, Albert wrote: > Hi Roger, > > Looked at the screenshot and the htm

Re: [Doxygen-users] Strange indentation behaviour

2013-11-20 Thread Albert
Hi Roger, Looked at the screenshot and the html pages (I'm using Firefox, newest version on windows) but I don't see the problem you are referring to.As far as I understand you are talking about the function prototypes and brief descriptions in the light blue part but I don't see here anything odd

Re: [Doxygen-users] Strange indentation behaviour

2013-11-20 Thread Roger James
Hi Albert, I am definitely using 1.8.4. I get the same result with my normal Doxyfile, a -g Doxyfile, and no Doxyfile. I have zipped up a screen shot and my test environment along with the generated output and put it here. https://dl.dropboxusercontent.com/u/84613021/doxytest.zip I wonder if thi

Re: [Doxygen-users] Strange indentation behaviour

2013-11-20 Thread Albert
Roger, I tried your example with version 1.8.4 on windows (with doxygen -v you get the version so please check to be 100% sure you use 1.8.4. Normally the version is also mentioned at the bottom right of each HTML page) but I didn't see anything special. I used a default Doxyfile (i.e. one gener