Since Doxygen only support the basic/simple version of markdown tables, the 
only way to add a caption to a markdown table is by wrapping it around with an 
HTML table.

This "workaround" works well for HTML output, but fails to output valid LaTeX 
text.

The following is a simple example that can be used to duplicate the error:

/*!
@page PAGE1   Some Page

@section SEC_1_1   Section 1.1

<table border="0">
<caption>The Table Caption</caption>
<tr><td>

| Document Number        | Document Title                                |
| :--------------------- | :-------------------------------------------- |
| &nbsp;                 | &nbsp;                                        |
| &nbsp;                 | &nbsp;                                        |
| &nbsp;                 | &nbsp;                                        |

</td></tr>
</table>
 */

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to