summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdldocgen.h')
-rw-r--r--src/vhdldocgen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdldocgen.h b/src/vhdldocgen.h
index ec51f6a..19d1a9b 100644
--- a/src/vhdldocgen.h
+++ b/src/vhdldocgen.h
@@ -97,6 +97,8 @@ class VhdlDocGen
static QCString convertFileNameToClassName(QCString name);
// --- used by vhdlscanner.l -----------
+ static bool isSubClass(ClassDef* cd,ClassDef *scd, bool followInstances,int level);
+
static QCString getIndexWord(const char* ,int index);
static bool foundInsertedComponent(const QCString& name,Entry* root);
static bool deleteCharRev(QCString &s,char c);
@@ -272,6 +274,7 @@ class VhdlDocGen
static QCString parseForConfig(QCString & entity,QCString & arch);
static QCString parseForBinding(QCString & entity,QCString & arch);
+ static void addBaseClass(ClassDef* cd,ClassDef *ent);
private:
static void findAllArchitectures(QList<QCString>& ql,const ClassDef *cd);