summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-03-17 20:32:54 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-03-17 20:32:54 (GMT)
commit6cbcbc787daeae62ce59c04bbc35597986bcca7d (patch)
tree5c9d2280ca0cb07840bfa26ca4dbed5b3225d21f /src/vhdldocgen.cpp
parentc3a03d5cb1f856d2b3a7bff8ddf74416a1281f66 (diff)
downloadDoxygen-6cbcbc787daeae62ce59c04bbc35597986bcca7d.zip
Doxygen-6cbcbc787daeae62ce59c04bbc35597986bcca7d.tar.gz
Doxygen-6cbcbc787daeae62ce59c04bbc35597986bcca7d.tar.bz2
Release-1.8.0
Diffstat (limited to 'src/vhdldocgen.cpp')
-rw-r--r--src/vhdldocgen.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vhdldocgen.cpp b/src/vhdldocgen.cpp
index f603c30..93f5699 100644
--- a/src/vhdldocgen.cpp
+++ b/src/vhdldocgen.cpp
@@ -1598,7 +1598,7 @@ void VhdlDocGen::writeVHDLDeclaration(MemberDef* mdef,OutputList &ol,
ClassDef *kl=0;
LockingPtr<ArgumentList> alp = mdef->argumentList();
QCString nn;
- VhdlDocGen::adjustRecordMember(mdef) ;
+ //VhdlDocGen::adjustRecordMember(mdef);
if (gd) gd=0;
switch(mm)
{
@@ -1972,6 +1972,7 @@ void VhdlDocGen::writeVHDLDeclarations(MemberList* ml,OutputList &ol,
}
}// writeVHDLDeclarations
+#if 0
/* strips the prefix for record and unit members*/
void VhdlDocGen::adjustRecordMember(MemberDef *mdef)
{ //,OutputList & ol) {
@@ -1984,7 +1985,7 @@ void VhdlDocGen::adjustRecordMember(MemberDef *mdef)
mdef->setName(nn.data());
}
}//adjustRecordMember
-
+#endif
/* strips the prefix for package and package body */
bool VhdlDocGen::writeClassType( ClassDef *& cd,