Invalid LaTex output when mixing table formats

"Vega, Luis A" <[email protected]>
Newsgroups gmane.text.doxygen.general
Message-ID <[email protected]>
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.