HTML tables contain extra attributes

View: New views
1 Messages — Rating Filter:   Alert me  

HTML tables contain extra attributes

by J Heeris :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Using Debian testing, doxygen v1.6.1

When I enter a simple HTML table for documentation, Doxygen seems to
add border, cellpadding and cellspacing attributes to it. Is there a
way to disable this?

For example:

----
/** @mainpage Stuff
 *
 * <table class="stuff">
 * <tr>
 * <td>Thing</td>
 * <td>Description</td>
 * </tr>
 * </table>
 */

void main(void) {}
----

...using the default generated Doxyfile gives:

----
<table class="stuff" border="1" cellspacing="3" cellpadding="3">
...
----

in the output.

Thanks,
Jason

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Doxygen-users mailing list
Doxygen-users@...
https://lists.sourceforge.net/lists/listinfo/doxygen-users