Re: [Doxygen-users] Tilde in markdown table field causes unexpected output.
Brought to you by:
dimitri
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 >> >> > |