summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
{