diff options
Diffstat (limited to 'src/commentscan.l')
-rw-r--r-- | src/commentscan.l | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commentscan.l b/src/commentscan.l index a495c5e..d8de073 100644 --- a/src/commentscan.l +++ b/src/commentscan.l @@ -132,6 +132,8 @@ static bool handleEndParBlock(const QCString &, const QCStringList &); static bool handleParam(const QCString &, const QCStringList &); static bool handleRetval(const QCString &, const QCStringList &); +static const char *stateToString(int state); + typedef bool (*DocCmdFunc)(const QCString &name, const QCStringList &optList); struct DocCmdMap @@ -3278,3 +3280,4 @@ extern "C" { // some bogus code to keep the compiler happy } #endif +#include "commentscan.l.h" |