Re: [Doxygen-users] I can not get tables to work.
Hi Doug, Make sure MARKDOWN_SUPPORT is enabled in the config file and use valid markdown syntax, e.g.: /** * A class for fails * | This Rule Name | Element or Terminal | * | -: | :-- | * | left-text =| | * ||
[Doxygen-users] I can not get tables to work.
In HTML, the tables produces inline text: A class for fails This Rule Name | Element or Terminal | ---—: | :—: | :--— | | left-text | = | | | | right-text1 | | | right-text2 | | | right-text3 | | | right-text4 | | right-text5 | Using doxygen 1.8.6 Did a 'doxygen -g' and used a fres