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:

///  &lttable&gt
///  &ltcaption align=top&gt Foo Functions &lt/caption&gt
///  &lttr&gt
///  &ltth&gt API Call &lt/th&gt &ltth&gt Description &lt/th&gt
///  &lt/tr&gt
///  &lttr&gt
///  &lttd&gt get_foo() &lt/td&gt
///  &lttd&gt Get current value of foo. &lt/td&gt
///  &lt/tr&gt
///  &lttr&gt
///  &lttd&gt set_foo() &lt/td&gt
///  &lttd&gt Set new value of foo. &lt/td&gt
///  &lt/tr&gt
///  &lttr&gt
///  &lt/table&gt

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

Reply via email to