[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 |