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)
[email protected]
714-989-6135
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________ Doxygen-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/doxygen-users
