summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-05-30 19:47:30 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-05-30 19:47:30 (GMT)
commit3916139c2dc69ee96def9b1582ae93555e3a50e8 (patch)
treed70eeac1c97f4665d5f6e18291d38b948ed58bc6 /src/vhdldocgen.cpp
parentc03d5d1cbd30613a334e31e4766644bf8382047c (diff)
downloadDoxygen-3916139c2dc69ee96def9b1582ae93555e3a50e8.zip
Doxygen-3916139c2dc69ee96def9b1582ae93555e3a50e8.tar.gz
Doxygen-3916139c2dc69ee96def9b1582ae93555e3a50e8.tar.bz2
Bug 698998 - vhdldocgen fails to generate proper latex for VHDL record type
Diffstat (limited to 'src/vhdldocgen.cpp')
-rw-r--r--src/vhdldocgen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdldocgen.cpp b/src/vhdldocgen.cpp
index 8545c90..7f898d6 100644
--- a/src/vhdldocgen.cpp
+++ b/src/vhdldocgen.cpp
@@ -3188,6 +3188,8 @@ void VhdlDocGen::writeRecUnitDocu(
{
QCString n=ql[i].utf8();
ol.startParameterType(first,"");
+ ol.endParameterType();
+ ol.startParameterName(TRUE);
VhdlDocGen::formatString(n,ol,md);
if ((len-i)>1)
{