summaryrefslogtreecommitdiffstats
path: root/src/code.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-02-03 10:42:52 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-02-03 10:42:52 (GMT)
commitac16b765b390a835d3f455691a2e3f6a0e94bd78 (patch)
treec6e72204c112ad8646d737990b93aa290c61c34c /src/code.l
parent75fa97fc3cac911c348d177c98057dc68c61771b (diff)
downloadDoxygen-ac16b765b390a835d3f455691a2e3f6a0e94bd78.zip
Doxygen-ac16b765b390a835d3f455691a2e3f6a0e94bd78.tar.gz
Doxygen-ac16b765b390a835d3f455691a2e3f6a0e94bd78.tar.bz2
Release-1.2.13-20020203
Diffstat (limited to 'src/code.l')
-rw-r--r--src/code.l8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/code.l b/src/code.l
index b207f9d..ae1168f 100644
--- a/src/code.l
+++ b/src/code.l
@@ -1092,17 +1092,13 @@ TYPEKW ("bool"|"char"|"double"|"float"|"int"|"long"|"short"|"signed"|"unsigned"
g_code->codify(yytext);
- // TODO: remove
g_inClass=FALSE;
- if (--g_curlyCount<=0)
- {
- //g_classScope.resize(0);
- //g_codeParmList.clear();
- }
if (--g_bodyCurlyCount<=0)
{
g_insideBody=FALSE;
+ g_currentMemberDef=0;
+ g_currentDefinition=0;
}
}
<ClassName,ClassVar>";" {