As far as I can tell, it is not possible to generate auto-numbered captions for tables using markdown. Please correct me if I'm wrong. A pointer to a minimal example would be great. I am using doxygen version 1.8.9.1.
I'm trying to convert my tables to HTML. With this table: /// <table> /// <caption align=top> Foo Functions </caption> /// <tr> /// <th> API Call </th> <th> Description </th> /// </tr> /// <tr> /// <td> get_foo() </td> /// <td> Get current value of foo. </td> /// </tr> /// <tr> /// <td> set_foo() </td> /// <td> Set new value of foo. </td> /// </tr> /// <tr> /// </table> I get an error running pdflatex. The cause of the error appears to be mismatched TabularC/TabularNC in the generated output: \begin{table}[h]\begin{TabularC}{2} \hline \rowcolor{lightgray}{\bf A\+P\+I Call }&{\bf Description }\\\cline{1-2} get\+\_\+foo() &Get current value of foo. \\\cline{1-2} set\+\_\+foo() &Set new value of foo. \\\cline{1-2} \end{TabularNC} <<==== Right here \centering \caption{Foo Functions } \end{table} Why would this happen ? If I change the TabularNC to TabularC by hand and then run pdflatex it produces a table, although the the caption is at the bottom. Thanks in advance for any help. Arnab -- View this message in context: http://doxygen.10944.n7.nabble.com/Trouble-with-captions-for-tables-tp7303.html Sent from the Doxygen - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users