Well, WC breaks work. The issue is that the output color used for references 
(to 
my classes) is masked by the output color used for the header fill. So, the 
references are there but the color scheme is in conflict. Is there any 
convenient way to change this in my code?




________________________________
From: Arthur Schwarz <aschwarz1...@att.net>
To: doxygen-users@lists.sourceforge.net
Sent: Sun, April 14, 2013 3:43:37 PM
Subject: Generated table not correctly displayed


I have an html table in my structured comments which doesn't display correctly. 
I've run my html code and the doxygen generated code with the appropriate HTML 
4.01 headers/trailers through the http://validator.w3.org/check validator and 
it 
validates. I've looked at the table in both IE-64bit and Mozilla with the same 
results (open file>index.html> etc.). In there something in my html code which 
is wrong?

The  table outputs correctly but the column headers (SlipHeader, SlipSublist, 
and SlipDatum) are not output, and the row headers (SlipHeader, SlipSublist, 
and 
SlipDatum) are not output. Everything else seems to look fine. (SlipHeader, 
SlipSublist and SlipDatum are classes  referenced in the <a> anchor).

==========================================================
My HTML code:

 <center>
  <table>
     <caption> Replace Operations</caption>
     <tr>
        <th></th>
        <th colspan="4"><center><b>RHS</b></center></th>
     </tr>
     <tr>
        <th><center><b>LHS</b></center></th>
        <th><center><b>SlipHeader</b></center></th>
         <th><center><b>SlipSublist</b></center></th>
        <th><center><b>SlipDatum</b></center></th>
        <th><center><b>Primitive</b></center></th>
        <th><b>Description</b></th>
     </tr>
     <tr> 
        <th><b>SlipHeader</b></th>
        <td>illegal</td>
        <td>illegal</td>
        <td>illegal</td>
        <td>illegal</td>
         <td></td>
     </tr>
     <tr> 
        <th><b>SlipSublist</b></th>
        <td>new SlipSublist</td>
        <td>new SlipSublist</td>
        <td>new SlipDatum</td>
        <td>new SlipDatum</td>
        <td>Old object deleted</td>
     </tr>
     <tr> 
        <th><b>SlipDatum</b></th>
        <td>new SlipSublist</td>
        <td>new  SlipSublist</td>
        <td>copy</td>
        <td>copy</td>
        <td>new deletes old. copy copies type and value.</td>
     </tr>
  </table>
  </center>

==========================================================
doxygen generated HTML:

<center> <table class="doxtable">
<caption align="bottom">Replace Operations</caption>
<tr>
<th></th><th colspan="4"><center><b>RHS</b></center> </th><th></th></tr>
<tr>
<th><center><b>LHS</b></center> </th><th><center><b><a class="el" 
href="../../db/dc3/classslip_1_1_slip_header.html" title="SLIP Header  
Manipulation.">SlipHeader</a></b></center> </th><th><center><b><a class="el" 
href="../../da/d1c/classslip_1_1_slip_sublist.html">SlipSublist</a></b></center>
 
</th><th><center><b><a class="el" 
href="../../de/d45/classslip_1_1_slip_datum.html" title="Arithmetic, bit, 
boolean, and relational, unary and binary operations are supported on SlipDatum 
cell...">SlipDatum</a></b></center> </th><th><center><b>Primitive</b></center> 
</th><th><b>Description</b>  </th></tr>
<tr>
<th><b><a class="el" href="../../db/dc3/classslip_1_1_slip_header.html" 
title="SLIP Header Manipulation.">SlipHeader</a></b> </th><td>illegal 
</td><td>illegal </td><td>illegal </td><td>illegal  </td><td></td></tr>
<tr>
<th><b><a class="el" 
href="../../da/d1c/classslip_1_1_slip_sublist.html">SlipSublist</a></b> 
</th><td>new <a class="el" 
href="../../da/d1c/classslip_1_1_slip_sublist.html">SlipSublist</a> 
</td><td>new 
<a class="el" 
href="../../da/d1c/classslip_1_1_slip_sublist.html">SlipSublist</a> 
</td><td>new 
<a class="el" href="../../de/d45/classslip_1_1_slip_datum.html" 
title="Arithmetic, bit, boolean, and relational, unary and binary operations 
are 
supported on SlipDatum cell...">SlipDatum</a> </td><td>new <a class="el" 
href="../../de/d45/classslip_1_1_slip_datum.html" title="Arithmetic, bit, 
boolean, and relational, unary and binary operations are supported on SlipDatum 
cell...">SlipDatum</a> </td><td>Old object deleted   </td></tr>
<tr>
<th><b><a class="el" href="../../de/d45/classslip_1_1_slip_datum.html" 
title="Arithmetic, bit, boolean, and relational, unary and binary operations 
are 
supported on SlipDatum cell...">SlipDatum</a></b> </th><td>new <a class="el" 
href="../../da/d1c/classslip_1_1_slip_sublist.html">SlipSublist</a> 
</td><td>new 
<a class="el" 
href="../../da/d1c/classslip_1_1_slip_sublist.html">SlipSublist</a> 
</td><td>copy </td><td>copy </td><td>new deletes old. copy copies type and 
value.  </td></tr>
</table>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to