[Doxygen-users] I can not get tables to work.
Brought to you by:
dimitri
From: Doug R. <dou...@gm...> - 2014-09-21 15:03:42
|
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 fresh Doxyfile. The source: /** * @class fails * A class for fails * This Rule Name | Element or Terminal * | ------: | :---: | :----- | * | left-text | = | | * | | right-text1 | * | | right-text2 | * | | right-text3 | * | | right-text4 * | | right-text5 | * */ class fails { public: /** * fails - constructor */ fails(); /** * fails - destructor */ virtual ~fails(); }; -- Doug Royer - (http://DougRoyer.US) Dou...@gm... 714-989-6135 |