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
5e056236
Commit
5e056236
authored
May 30, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 701295 - Doxygen 1.8.4 goes into an endless loop
parent
b3e1f10a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
util.cpp
src/util.cpp
+5
-1
No files found.
src/util.cpp
View file @
5e056236
...
@@ -1843,11 +1843,15 @@ int findParameterList(const QString &name)
...
@@ -1843,11 +1843,15 @@ int findParameterList(const QString &name)
++
templateDepth
;
++
templateDepth
;
pos
=
nextOpenPos
-
1
;
pos
=
nextOpenPos
-
1
;
}
}
else
else
if
(
nextClosePos
!=-
1
)
{
{
--
templateDepth
;
--
templateDepth
;
pos
=
nextClosePos
-
1
;
pos
=
nextClosePos
-
1
;
}
}
else
// more >'s than <'s, see bug701295
{
return
-
1
;
}
}
}
else
else
{
{
...
...
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