prettify table

This commit is contained in:
Sébastien Loriot 2013-03-14 14:49:03 +01:00
parent fa1f25d9f7
commit fc6ce90c8c
1 changed files with 9 additions and 9 deletions

View File

@ -45,7 +45,7 @@ the possible return values wrapped in `Object` are the following:
<TR> <TR>
<TD VALIGN="CENTER" > Line_d </TD> <TD VALIGN="CENTER" > Line_d </TD>
<TD VALIGN="CENTER" > Line_d </TD> <TD VALIGN="CENTER" > Line_d </TD>
<TD><TABLE> <TD><TABLE BORDER="0">
<TR><TD>Point_d</TD></TR> <TR><TD>Point_d</TD></TR>
<TR><TD>Line_d</TD></TR> <TR><TD>Line_d</TD></TR>
</TABLE></TD> </TABLE></TD>
@ -53,7 +53,7 @@ the possible return values wrapped in `Object` are the following:
<TR> <TR>
<TD VALIGN="CENTER" > Segment_d </TD> <TD VALIGN="CENTER" > Segment_d </TD>
<TD VALIGN="CENTER" > Line_d </TD> <TD VALIGN="CENTER" > Line_d </TD>
<TD><TABLE> <TD><TABLE BORDER="0">
<TR><TD>Point_d</TD></TR> <TR><TD>Point_d</TD></TR>
<TR><TD>Segment_d</TD></TR> <TR><TD>Segment_d</TD></TR>
</TABLE></TD> </TABLE></TD>
@ -61,7 +61,7 @@ the possible return values wrapped in `Object` are the following:
<TR> <TR>
<TD VALIGN="CENTER" > Segment_d </TD> <TD VALIGN="CENTER" > Segment_d </TD>
<TD VALIGN="CENTER" > Segment_d </TD> <TD VALIGN="CENTER" > Segment_d </TD>
<TD><TABLE> <TD><TABLE BORDER="0">
<TR><TD>Point_d</TD></TR> <TR><TD>Point_d</TD></TR>
<TR><TD>Segment_d</TD></TR> <TR><TD>Segment_d</TD></TR>
</TABLE></TD> </TABLE></TD>
@ -69,7 +69,7 @@ the possible return values wrapped in `Object` are the following:
<TR> <TR>
<TD VALIGN="CENTER" > Ray_d </TD> <TD VALIGN="CENTER" > Ray_d </TD>
<TD VALIGN="CENTER" > Line_d </TD> <TD VALIGN="CENTER" > Line_d </TD>
<TD><TABLE> <TD><TABLE BORDER="0">
<TR><TD>Point_d</TD></TR> <TR><TD>Point_d</TD></TR>
<TR><TD>Ray_d</TD></TR> <TR><TD>Ray_d</TD></TR>
</TABLE></TD> </TABLE></TD>
@ -77,7 +77,7 @@ the possible return values wrapped in `Object` are the following:
<TR> <TR>
<TD VALIGN="CENTER" > Ray_d </TD> <TD VALIGN="CENTER" > Ray_d </TD>
<TD VALIGN="CENTER" > Segment_d </TD> <TD VALIGN="CENTER" > Segment_d </TD>
<TD><TABLE> <TD><TABLE BORDER="0">
<TR><TD>Point_d</TD></TR> <TR><TD>Point_d</TD></TR>
<TR><TD>Segment_d</TD></TR> <TR><TD>Segment_d</TD></TR>
</TABLE></TD> </TABLE></TD>
@ -85,7 +85,7 @@ the possible return values wrapped in `Object` are the following:
<TR> <TR>
<TD VALIGN="CENTER" > Ray_d </TD> <TD VALIGN="CENTER" > Ray_d </TD>
<TD VALIGN="CENTER" > Ray_d </TD> <TD VALIGN="CENTER" > Ray_d </TD>
<TD><TABLE> <TD><TABLE BORDER="0">
<TR><TD>Point_d</TD></TR> <TR><TD>Point_d</TD></TR>
<TR><TD>Segment_d</TD></TR> <TR><TD>Segment_d</TD></TR>
<TR><TD>Ray_d</TD></TR> <TR><TD>Ray_d</TD></TR>
@ -94,7 +94,7 @@ the possible return values wrapped in `Object` are the following:
<TR> <TR>
<TD VALIGN="CENTER" > Hyperplane_d </TD> <TD VALIGN="CENTER" > Hyperplane_d </TD>
<TD VALIGN="CENTER" > Line_d </TD> <TD VALIGN="CENTER" > Line_d </TD>
<TD><TABLE> <TD><TABLE BORDER="0">
<TR><TD>Point_d</TD></TR> <TR><TD>Point_d</TD></TR>
<TR><TD>Line_d</TD></TR> <TR><TD>Line_d</TD></TR>
</TABLE></TD> </TABLE></TD>
@ -102,7 +102,7 @@ the possible return values wrapped in `Object` are the following:
<TR> <TR>
<TD VALIGN="CENTER" > Hyperplane_d </TD> <TD VALIGN="CENTER" > Hyperplane_d </TD>
<TD VALIGN="CENTER" > Ray_d </TD> <TD VALIGN="CENTER" > Ray_d </TD>
<TD><TABLE> <TD><TABLE BORDER="0">
<TR><TD>Point_d</TD></TR> <TR><TD>Point_d</TD></TR>
<TR><TD>Ray_d</TD></TR> <TR><TD>Ray_d</TD></TR>
</TABLE></TD> </TABLE></TD>
@ -110,7 +110,7 @@ the possible return values wrapped in `Object` are the following:
<TR> <TR>
<TD VALIGN="CENTER" > Hyperplane_d </TD> <TD VALIGN="CENTER" > Hyperplane_d </TD>
<TD VALIGN="CENTER" > Segment_d </TD> <TD VALIGN="CENTER" > Segment_d </TD>
<TD><TABLE> <TD><TABLE BORDER="0">
<TR><TD>Point_d</TD></TR> <TR><TD>Point_d</TD></TR>
<TR><TD>Segment_d</TD></TR> <TR><TD>Segment_d</TD></TR>
</TABLE></TD> </TABLE></TD>