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
2c93aa6f
Commit
2c93aa6f
authored
Oct 13, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 709052 - Templated and non-templated method mixup documentation
parent
5d224ef6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doxygen.cpp
src/doxygen.cpp
+8
-0
No files found.
src/doxygen.cpp
View file @
2c93aa6f
...
...
@@ -6132,6 +6132,14 @@ static void findMember(EntryNav *rootNav,
matching
=
FALSE
;
}
}
else
if
(
md
->
templateArguments
()
!=
0
||
root
->
tArgLists
!=
0
)
{
// Method with template return type does not match method without return type
// even if the parameters are the same. See also bug709052
Debug
::
print
(
Debug
::
FindMembers
,
0
,
"5b. Comparing return types: template v.s. non-template
\n
"
);
matching
=
FALSE
;
}
Debug
::
print
(
Debug
::
FindMembers
,
0
,
...
...
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