summaryrefslogtreecommitdiffstats
path: root/src/doctokenizer.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-09-12 19:16:07 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-09-12 19:16:07 (GMT)
commit3cf30e72e6b58c70c5a8330cecec4b33fa736852 (patch)
tree8785cf8c1ffe3f5a98bc834561068d8a9ec2a070 /src/doctokenizer.l
parent4fbb61f020a607a96152ba5c00668b9840ea812c (diff)
parentaca16ea3b4e4beef9bf067d0b532dfa3802f7a3d (diff)
downloadDoxygen-3cf30e72e6b58c70c5a8330cecec4b33fa736852.zip
Doxygen-3cf30e72e6b58c70c5a8330cecec4b33fa736852.tar.gz
Doxygen-3cf30e72e6b58c70c5a8330cecec4b33fa736852.tar.bz2
Merge branch 'feature/bug_consistency_state_2' of https://github.com/albert-github/doxygen into albert-github-feature/bug_consistency_state_2
Diffstat (limited to 'src/doctokenizer.l')
-rw-r--r--src/doctokenizer.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doctokenizer.l b/src/doctokenizer.l
index 4527855..9786720 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -76,6 +76,7 @@ struct DocLexerContext
static QStack<DocLexerContext> g_lexerStack;
+static const char *stateToString(int state);
//--------------------------------------------------------------------------
void doctokenizerYYpushContext()
@@ -1616,3 +1617,4 @@ extern "C" { // some bogus code to keep the compiler happy
}
#endif
+#include "doctokenizer.l.h"