diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2005-07-07 20:32:00 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2005-07-07 20:32:00 (GMT) |
commit | 7a1074b436cfe0a5e2b49be7d2571e7f5e716243 (patch) | |
tree | 594f1cf1556ac83466b68a8aa40e628c18332e14 | |
parent | e00238b5830e4cd858fe8a10cc7ac83981212203 (diff) | |
download | Doxygen-7a1074b436cfe0a5e2b49be7d2571e7f5e716243.zip Doxygen-7a1074b436cfe0a5e2b49be7d2571e7f5e716243.tar.gz Doxygen-7a1074b436cfe0a5e2b49be7d2571e7f5e716243.tar.bz2 |
Release-1.4.3-20050707
-rw-r--r-- | src/scanner.l | 34 |
1 files 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; |