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
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to