Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
97589008
Commit
97589008
authored
Jul 07, 2005
by
dimitri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release-1.4.3-20050707
parent
6c5b1ce2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
scanner.l
src/scanner.l
+17
-17
No files found.
src/scanner.l
View file @
97589008
...
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment