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
|