diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-03-24 11:51:51 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-03-24 11:51:51 (GMT) |
commit | deaa34e0c1d990f37fe00e465ac7a22f705904f0 (patch) | |
tree | 8d5749ba8d587d7b753162c524b18f7e7cdf6a0b /src/vhdlscanner.h | |
parent | aacd1557af129e2bff3514169e04168376a2431b (diff) | |
download | Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.zip Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.tar.gz Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.tar.bz2 |
Release-1.8.3.1-20130324
Diffstat (limited to 'src/vhdlscanner.h')
-rw-r--r-- | src/vhdlscanner.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/vhdlscanner.h b/src/vhdlscanner.h index 676f881..1eb3c83 100644 --- a/src/vhdlscanner.h +++ b/src/vhdlscanner.h @@ -28,7 +28,7 @@ #include <unistd.h> #include <qfile.h> #include <qdict.h> - +#include "vhdldocgen.h" #include "entry.h" class Entry; @@ -129,8 +129,13 @@ void vhdlParse(); // return the list of component instantiations e.g. foo: component bar QList<Entry> & getVhdlInstList(); -// returns the list of found configurations +// returns configuration list QList<VhdlConfNode>& getVhdlConfiguration(); +// returns library/used list +QList<Entry> & getLibUse(); + void isVhdlDocPending(); + + #endif |