summaryrefslogtreecommitdiffstats
path: root/src/vhdljjparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdljjparser.h')
-rwxr-xr-xsrc/vhdljjparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdljjparser.h b/src/vhdljjparser.h
index c4a55de..940631d 100755
--- a/src/vhdljjparser.h
+++ b/src/vhdljjparser.h
@@ -72,6 +72,7 @@ class VHDLOutlineParser : public OutlineParserInterface
bool checkMultiComment(QCString& qcs,int line);
void insertEntryAtLine(std::shared_ptr<Entry> ce,int line);
QString getNameID();
+ int checkInlineCode(QCString & doc);
private:
struct Private;
std::unique_ptr<Private> p;