Commit 7a1074b4 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Release-1.4.3-20050707

parent e00238b5
...@@ -205,7 +205,7 @@ static void initEntry() ...@@ -205,7 +205,7 @@ static void initEntry()
current->stat = gstat; current->stat = gstat;
//current->mGrpId = memberGroupId; //current->mGrpId = memberGroupId;
//current->relates = memberGroupRelates; //current->relates = memberGroupRelates;
current->inside = memberGroupInside; //current->inside = memberGroupInside;
current->objc = insideObjC; current->objc = insideObjC;
//if (!autoGroupStack.isEmpty()) //if (!autoGroupStack.isEmpty())
//{ //{
...@@ -3849,10 +3849,10 @@ IDLATTR ("["[^\]]*"]"){BN}* ...@@ -3849,10 +3849,10 @@ IDLATTR ("["[^\]]*"]"){BN}*
if (current_root->section & Entry::SCOPE_MASK) if (current_root->section & Entry::SCOPE_MASK)
{ {
current->inside = current_root->name+"::"; current->inside = current_root->name+"::";
if (current->mGrpId!=DOX_NOGROUP) //if (current->mGrpId!=DOX_NOGROUP)
{ //{
memberGroupInside = current->inside.copy(); // memberGroupInside = current->inside.copy();
} //}
} }
docBlockContext = YY_START; docBlockContext = YY_START;
docBlockInBody = YY_START==SkipCurly; docBlockInBody = YY_START==SkipCurly;
...@@ -3868,10 +3868,10 @@ IDLATTR ("["[^\]]*"]"){BN}* ...@@ -3868,10 +3868,10 @@ IDLATTR ("["[^\]]*"]"){BN}*
if (current_root->section & Entry::SCOPE_MASK) if (current_root->section & Entry::SCOPE_MASK)
{ {
current->inside = current_root->name+"::"; current->inside = current_root->name+"::";
if (current->mGrpId!=DOX_NOGROUP) //if (current->mGrpId!=DOX_NOGROUP)
{ //{
memberGroupInside = current->inside.copy(); // memberGroupInside = current->inside.copy();
} //}
} }
current->docLine = yyLineNr; current->docLine = yyLineNr;
current->docFile = yyFileName; current->docFile = yyFileName;
...@@ -3907,10 +3907,10 @@ IDLATTR ("["[^\]]*"]"){BN}* ...@@ -3907,10 +3907,10 @@ IDLATTR ("["[^\]]*"]"){BN}*
if (current_root->section & Entry::SCOPE_MASK) if (current_root->section & Entry::SCOPE_MASK)
{ {
current->inside = current_root->name+"::"; current->inside = current_root->name+"::";
if (current->mGrpId!=DOX_NOGROUP) //if (current->mGrpId!=DOX_NOGROUP)
{ //{
memberGroupInside = current->inside.copy(); // memberGroupInside = current->inside.copy();
} //}
} }
docBlockContext = YY_START; docBlockContext = YY_START;
docBlockInBody = YY_START==SkipCurly; docBlockInBody = YY_START==SkipCurly;
...@@ -3931,10 +3931,10 @@ IDLATTR ("["[^\]]*"]"){BN}* ...@@ -3931,10 +3931,10 @@ IDLATTR ("["[^\]]*"]"){BN}*
if (current_root->section & Entry::SCOPE_MASK) if (current_root->section & Entry::SCOPE_MASK)
{ {
current->inside = current_root->name+"::"; current->inside = current_root->name+"::";
if (current->mGrpId!=DOX_NOGROUP) //if (current->mGrpId!=DOX_NOGROUP)
{ //{
memberGroupInside = current->inside.copy(); // memberGroupInside = current->inside.copy();
} //}
} }
docBlockContext = YY_START; docBlockContext = YY_START;
docBlockInBody = YY_START==SkipCurly; docBlockInBody = YY_START==SkipCurly;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment