Thread: [Doxygen-users] Tilde in markdown table field causes unexpected output.
Brought to you by:
dimitri
From: Jeremy R. <jro...@gm...> - 2013-11-20 13:53:41
|
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 | P | VCC | */ The HTML output from the table is: | Pin | I/O | Function || --: | :--: | :------- || 1 | I | It's the tilde symbol which causes the problem, after omitting it, the table was output as expected. Is this a bug or a special feature? This question has also been posted in stackoverflow, no answer yet. I couldn't find anything relevant in the manual. Thanks for your help, Jerry |
From: Albert <alb...@gm...> - 2013-11-20 14:21:30
|
Forgot to include the list On Wed, Nov 20, 2013 at 3:18 PM, Albert <alb...@gm...> 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? > > Albert > > > On Wed, Nov 20, 2013 at 2:53 PM, Jeremy Royston <jro...@gm...> wrote: > >> 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 | P | VCC | >> */ >> >> The HTML output from the table is: >> >> | Pin | I/O | Function || --: | :--: | :------- || 1 | I | >> >> It's the tilde symbol which causes the problem, after omitting it, the >> table was output as expected. >> >> Is this a bug or a special feature? >> This question has also been posted in stackoverflow, no answer yet. I >> couldn't find anything relevant in the manual. >> Thanks for your help, >> >> Jerry >> >> >> ------------------------------------------------------------------------------ >> Shape the Mobile Experience: Free Subscription >> Software experts and developers: Be at the forefront of tech innovation. >> Intel(R) Software Adrenaline delivers strategic insight and game-changing >> conversations that shape the rapidly evolving mobile landscape. Sign up >> now. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk >> _______________________________________________ >> Doxygen-users mailing list >> Dox...@li... >> https://lists.sourceforge.net/lists/listinfo/doxygen-users >> >> > |
From: Jeremy R. <jro...@gm...> - 2013-11-20 16:51:27
|
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 suggest closing this, and I'll report it again when it's reproducable. Best wishes, Jerry Am 20.11.2013 15:21, schrieb Albert: > Forgot to include the list > > On Wed, Nov 20, 2013 at 3:18 PM, Albert <alb...@gm... > <mailto:alb...@gm...>> 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? > > Albert > > > On Wed, Nov 20, 2013 at 2:53 PM, Jeremy Royston <jro...@gm... > <mailto:jro...@gm...>> wrote: > > 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 | P | VCC | > */ > > The HTML output from the table is: > > | Pin | I/O | Function || --: | :--: | :------- || 1 | I | > > It's the tilde symbol which causes the problem, after omitting > it, the table was output as expected. > > Is this a bug or a special feature? > This question has also been posted in stackoverflow, no answer > yet. I couldn't find anything relevant in the manual. > Thanks for your help, > > Jerry > > ------------------------------------------------------------------------------ > Shape the Mobile Experience: Free Subscription > Software experts and developers: Be at the forefront of tech > innovation. > Intel(R) Software Adrenaline delivers strategic insight and > game-changing > conversations that shape the rapidly evolving mobile > landscape. Sign up now. > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > <mailto:Dox...@li...> > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > > |