diff options
Diffstat (limited to 'src/vhdldocgen.h')
-rw-r--r-- | src/vhdldocgen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdldocgen.h b/src/vhdldocgen.h index 6323489..7d1a4a2 100644 --- a/src/vhdldocgen.h +++ b/src/vhdldocgen.h @@ -105,7 +105,7 @@ class VhdlDocGen static void debugClassName(ClassSDict*); //static void MergeFuncDoc(Entry* p,Entry* root); - static void computeVhdlComponentRelations(const QDict<EntryNav>&,FileStorage*); + static void computeVhdlComponentRelations(); //static void addVariableToComponents(EntryNav *rootNav,ClassDef *cd, MemberDef::MemberType mtype, const QCString &name, bool fromAnnScope,MemberDef *fromAnnMemb,Protection prot,bool related); |