summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.l')
-rw-r--r--src/scanner.l6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/scanner.l b/src/scanner.l
index 25c53b4..dfe8777 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -95,12 +95,9 @@ static int memberGroupId = DOX_NOGROUP;
static QCString memberGroupHeader;
static QCString memberGroupDocs;
static bool isTypedef;
-//static char afterDocTerminator;
static int tmpDocType;
static QCString sectionLabel;
static QCString sectionTitle;
-//static SectionInfo::SectionType
-// sectionType;
static QCString funcPtrType;
static QCString templateStr;
static QCString aliasName;
@@ -127,7 +124,6 @@ static QCString *copyArgString;
static QCString fullArgString;
static ArgumentList *currentArgumentList;
-//static QCString *currentTemplateSpec;
static char lastCopyArgChar;
static QCString *pCopyRoundString;
static QCString *pCopyCurlyString;
@@ -688,7 +684,7 @@ IDLATTR ("["[^\]]*"]"){BN}*
%x PrototypeExc
%x PrototypeSkipLine
- /** new comment parsing states */
+ /** comment parsing states */
%x DocLine
%x DocBlock