diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2005-05-08 21:32:24 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2005-05-08 21:32:24 (GMT) |
commit | 5bd970b12ec39636593453d12e5b64bd935bbf38 (patch) | |
tree | c4bbe961812e7008b9e85fd820596290c043c0f6 /src/scanner.l | |
parent | 4a8c2f5c896a1883a0611d972952a68498002ae5 (diff) | |
download | Doxygen-5bd970b12ec39636593453d12e5b64bd935bbf38.zip Doxygen-5bd970b12ec39636593453d12e5b64bd935bbf38.tar.gz Doxygen-5bd970b12ec39636593453d12e5b64bd935bbf38.tar.bz2 |
Release-1.4.2-20050508
Diffstat (limited to 'src/scanner.l')
-rw-r--r-- | src/scanner.l | 6 |
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 |