summaryrefslogtreecommitdiffstats
path: root/src/vhdljjparser.h
diff options
context:
space:
mode:
authorhake <mkreis@gmx.net>2020-02-04 16:14:38 (GMT)
committerhake <mkreis@gmx.net>2020-02-04 16:14:38 (GMT)
commitabd887af5cb3e70f801848adb87c70642e6fb1dc (patch)
tree826e45f63e77927655561a40341a475180b7730f /src/vhdljjparser.h
parent59fc1a94e84278dedc80569b72756f336a705693 (diff)
downloadDoxygen-abd887af5cb3e70f801848adb87c70642e6fb1dc.zip
Doxygen-abd887af5cb3e70f801848adb87c70642e6fb1dc.tar.gz
Doxygen-abd887af5cb3e70f801848adb87c70642e6fb1dc.tar.bz2
vhdl-fixed-bug-7432
Diffstat (limited to 'src/vhdljjparser.h')
-rwxr-xr-x[-rw-r--r--]src/vhdljjparser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vhdljjparser.h b/src/vhdljjparser.h
index 16b651b..c4a55de 100644..100755
--- a/src/vhdljjparser.h
+++ b/src/vhdljjparser.h
@@ -45,7 +45,7 @@ class VHDLOutlineParser : public OutlineParserInterface
// interface for generated parser code
-
+
void setLineParsed(int tok);
int getLine(int tok);
int getLine();
@@ -71,12 +71,13 @@ class VHDLOutlineParser : public OutlineParserInterface
void setMultCommentLine();
bool checkMultiComment(QCString& qcs,int line);
void insertEntryAtLine(std::shared_ptr<Entry> ce,int line);
-
+ QString getNameID();
private:
struct Private;
std::unique_ptr<Private> p;
};
+
const EntryList &getVhdlInstList();
QCString filter2008VhdlComment(const char *s);