I am having a problem generating pdf documentation using Doxygen. It generates latex documentation, but when I try to build it using 'make pdf' (or pdflatex directly), I have regular errors. The most common is:
! LaTeX Error: \begin{xtabular*} on input line 5 ended by \end{tabular*}.
...
l.9 \end{TabularNC}
The code generated by Doxygen is the following (line 5 to 9):
\begin{table}[h]\begin{TabularC}{6}
\hline
\rowcolor{lightgray}{....}\\\cline{1-6}
-\/ &-\/ &-\/ &-\/ &-\/ &-\/ \\\cline{1-6}
\end{TabularNC}
If I replace \end{TabularNC} by \end{TabularC}, the error disappears. I do not know Latex and therefore can not know if all this is normal and simply requires a specific configuration, or if Doxygen has a bug. Can someone give me a search track ?
makeshould be sufficient. - albert