GNOME Bugzilla – Bug 698998
vhdldocgen fails to generate proper latex for VHDL record type
Last modified: 2013-06-21 19:24:49 UTC
Created attachment 242621 [details] [review] Patch for vhdldocgen.cpp It looks like VhdlDocGen::writeRecUnitDocu is missing calls to endParameterType and startParameterName resulting in incorrect \item syntax in the latex output. Here is a sample latex error message. [215] [216] ! Argument of \\item has an extra }. <inserted text> \par l.197 )\hspace{0.3cm}{\ttfamily [Type]}}} \label{classgsec__pkg_aadf242... The error is fixed by running doxygen with the attached patch. I hope it helps. Thanks, -Steve
Thanks, I'll include the patch in the next GIT update.
I grabbed the latest GIT code and tested it out. The problem is indeed fixed. Thanks.