summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-02-25 15:18:56 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-02-25 15:18:56 (GMT)
commitc3a03d5cb1f856d2b3a7bff8ddf74416a1281f66 (patch)
tree2a7451abfd771d43ea2b3ac2443d94c3eb5cfee7 /src/vhdldocgen.cpp
parent709a80a791105768cbf8e9d58fdc811c23e071f0 (diff)
downloadDoxygen-c3a03d5cb1f856d2b3a7bff8ddf74416a1281f66.zip
Doxygen-c3a03d5cb1f856d2b3a7bff8ddf74416a1281f66.tar.gz
Doxygen-c3a03d5cb1f856d2b3a7bff8ddf74416a1281f66.tar.bz2
Release-1.8.0
Diffstat (limited to 'src/vhdldocgen.cpp')
-rw-r--r--src/vhdldocgen.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/vhdldocgen.cpp b/src/vhdldocgen.cpp
index 5af938f..f603c30 100644
--- a/src/vhdldocgen.cpp
+++ b/src/vhdldocgen.cpp
@@ -403,17 +403,17 @@ void VhdlDocGen::findAllPackages(const QCString& className,QDict<QCString>& qdic
MemberDef* VhdlDocGen::findFunction(const QList<Argument> &ql,
const QCString& funcname,
- const QCString& package, bool type)
+ const QCString& package, bool /*type*/)
{
MemberDef* mdef=0;
- int funcType;
+ //int funcType;
ClassDef *cdef=getClass(package.data());
if (cdef==0) return 0;
- if (type)
- funcType=VhdlDocGen::PROCEDURE;
- else
- funcType=VhdlDocGen::FUNCTION;
+ //if (type)
+ // funcType=VhdlDocGen::PROCEDURE;
+ //else
+ // funcType=VhdlDocGen::FUNCTION;
MemberList *mem=cdef->getMemberList(MemberList::pubMethods);
@@ -1194,7 +1194,7 @@ void VhdlDocGen::writeFuncProcDocu(
bool /*type*/)
{
if (al==0) return;
- bool sem=FALSE;
+ //bool sem=FALSE;
ol.enableAll();
ArgumentListIterator ali(*al);
@@ -1263,7 +1263,7 @@ void VhdlDocGen::writeFuncProcDocu(
}
ol.endParameterName(FALSE,FALSE,FALSE);
- sem=TRUE;
+ //sem=TRUE;
first=FALSE;
}
//ol.endParameterList();