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)
douglasro...@gmail.com
714-989-6135


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

Reply via email to