[Doxygen-users] Question about Table
Brought to you by:
dimitri
From: Robert M. <rm...@or...> - 2014-07-02 10:16:59
|
Hi It's the first time I'm using doxygen for c++ documentation. I want to insert a table but I don't have the same result in html output and in rtf output : 1/ Declaration in c++ header *|31-------------------------------------------16|15-------------------------------------------00| *|:---------------------------------------------:|:---------------------------------------------:| *|CHANNELID|PACKETSYNCPATTERN| *|PACKETLENGTH|| * 2/HTML output : 3/ RTF output : ==> How can I replace the "----" by whitespace ? ==> How can I obtain the same result in HTML than in RTF without using HTML code ? Thanks Bob |