From 97589008c3ba05a8cc3ffe2dc47f118908c741b6 Mon Sep 17 00:00:00 2001 From: dimitri Date: Thu, 7 Jul 2005 20:32:00 +0000 Subject: Release-1.4.3-20050707 --- src/scanner.l | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/scanner.l b/src/scanner.l index 6aa138d..e419a48 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -205,7 +205,7 @@ static void initEntry() current->stat = gstat; //current->mGrpId = memberGroupId; //current->relates = memberGroupRelates; - current->inside = memberGroupInside; + //current->inside = memberGroupInside; current->objc = insideObjC; //if (!autoGroupStack.isEmpty()) //{ @@ -3849,10 +3849,10 @@ IDLATTR ("["[^\]]*"]"){BN}* if (current_root->section & Entry::SCOPE_MASK) { current->inside = current_root->name+"::"; - if (current->mGrpId!=DOX_NOGROUP) - { - memberGroupInside = current->inside.copy(); - } + //if (current->mGrpId!=DOX_NOGROUP) + //{ + // memberGroupInside = current->inside.copy(); + //} } docBlockContext = YY_START; docBlockInBody = YY_START==SkipCurly; @@ -3868,10 +3868,10 @@ IDLATTR ("["[^\]]*"]"){BN}* if (current_root->section & Entry::SCOPE_MASK) { current->inside = current_root->name+"::"; - if (current->mGrpId!=DOX_NOGROUP) - { - memberGroupInside = current->inside.copy(); - } + //if (current->mGrpId!=DOX_NOGROUP) + //{ + // memberGroupInside = current->inside.copy(); + //} } current->docLine = yyLineNr; current->docFile = yyFileName; @@ -3907,10 +3907,10 @@ IDLATTR ("["[^\]]*"]"){BN}* if (current_root->section & Entry::SCOPE_MASK) { current->inside = current_root->name+"::"; - if (current->mGrpId!=DOX_NOGROUP) - { - memberGroupInside = current->inside.copy(); - } + //if (current->mGrpId!=DOX_NOGROUP) + //{ + // memberGroupInside = current->inside.copy(); + //} } docBlockContext = YY_START; docBlockInBody = YY_START==SkipCurly; @@ -3931,10 +3931,10 @@ IDLATTR ("["[^\]]*"]"){BN}* if (current_root->section & Entry::SCOPE_MASK) { current->inside = current_root->name+"::"; - if (current->mGrpId!=DOX_NOGROUP) - { - memberGroupInside = current->inside.copy(); - } + //if (current->mGrpId!=DOX_NOGROUP) + //{ + // memberGroupInside = current->inside.copy(); + //} } docBlockContext = YY_START; docBlockInBody = YY_START==SkipCurly; -- cgit v0.12