summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-06-10 09:28:22 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-06-10 09:28:22 (GMT)
commit0ce3aea886f4e95da56d164b3944fd54d3d68f89 (patch)
tree6709ddc7b1764dc3b20bbac7eb36c05edcc91e03 /src/vhdldocgen.h
parent1983c30b71bf92b3fa6bfedbb98451c3b7f74498 (diff)
downloadDoxygen-0ce3aea886f4e95da56d164b3944fd54d3d68f89.zip
Doxygen-0ce3aea886f4e95da56d164b3944fd54d3d68f89.tar.gz
Doxygen-0ce3aea886f4e95da56d164b3944fd54d3d68f89.tar.bz2
Release-1.8.1.1
Diffstat (limited to 'src/vhdldocgen.h')
-rw-r--r--src/vhdldocgen.h21
1 files changed, 4 insertions, 17 deletions
diff --git a/src/vhdldocgen.h b/src/vhdldocgen.h
index 19d1a9b..bb62f3f 100644
--- a/src/vhdldocgen.h
+++ b/src/vhdldocgen.h
@@ -26,28 +26,12 @@
#include "layout.h"
#include "memberlist.h"
-class QStringList;
class Entry;
-class ClassSDict;
-class FileStorage;
-class EntryNav;
class ClassDef;
class MemberDef;
struct Argument;
-// wrapper class for the vhdl parser
-class MyParserVhdl
-{
- public:
- uint iFileSize;
-
- ~MyParserVhdl(){}
- MyParserVhdl(){}
-
- int parse(MyParserVhdl*);
- int doLex();
- };
-
+/** Class for generating documentation specific for VHDL */
class VhdlDocGen
{
public:
@@ -276,6 +260,9 @@ class VhdlDocGen
static QCString parseForBinding(QCString & entity,QCString & arch);
static void addBaseClass(ClassDef* cd,ClassDef *ent);
+ static void writeOverview(OutputList &ol);
+ static void writeOverview();
+
private:
static void findAllArchitectures(QList<QCString>& ql,const ClassDef *cd);
static bool compareArgList(ArgumentList*,ArgumentList*);