[Doxygen-users] table support in rtf output
Brought to you by:
dimitri
|
From: Jonathan B. <bop...@ne...> - 2001-05-05 16:58:03
|
Hello all.
Word fails to convert and open the RTF output when I have documentation
comments like the example. I had to create tables this way because I noticed
Doxygen does not directly support tables. (no \table, \row, \column
commands).
Anyone have any suggestions?
Thanks
Jonathan
Example:
\subsection AR Command Packet 0x01 - "Define Region"
Send a region definition to the pet monitor. Region "0" defines the
perimeter of the yard. Up to ten forbidden regions, numbered "1" to "10",
may also be defined. <em>Note that existing regions may be redefined.</em>
<center><table>
<tr><td><b>Byte Location in packet</b></td> <td><b>Value<b></td></tr>
<tr><td>0</td> <td>0x0F</td></tr>
<tr><td>1</td> <td>0xF0</td></tr>
<tr><td>2</td> <td>0x0F</td></tr>
<tr><td>3</td> <td>0xF0</td></tr>
<tr><td>4</td> <td>16</td></tr>
<tr><td>5</td> <td>0x01</td></tr>
<tr><td>6</td> <td>Region Number (0 = yard region, 1..10 = forbidden
region)</td></tr>
<tr><td>7,8</td> <td>x_left</td></tr>
<tr><td>9,10</td> <td>y_bottom</td></tr>
<tr><td>11,12</td> <td>width</td></tr>
<tr><td>13,14</td> <td>height</td></tr>
<tr><td>15</td> <td>Checksum Byte (XOR of all previous bytes)</td></tr>
</table></center>
NetZero Platinum
No Banner Ads and Unlimited Access
Sign Up Today - Only $9.95 per month!
http://www.netzero.net
|