Commit ed8ce3cf authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 732594 - Two entries for a single member in Doxygen XML

parent 3cb96306
...@@ -6155,7 +6155,8 @@ static void findMember(EntryNav *rootNav, ...@@ -6155,7 +6155,8 @@ static void findMember(EntryNav *rootNav,
{ {
QCString memType = md->typeString(); QCString memType = md->typeString();
memType.stripPrefix("static "); // see bug700696 memType.stripPrefix("static "); // see bug700696
funcType=substitute(funcType,className+"::",""); // see bug700693 funcType=substitute(stripTemplateSpecifiersFromScope(funcType,TRUE),
className+"::",""); // see bug700693 & bug732594
Debug::print(Debug::FindMembers,0, Debug::print(Debug::FindMembers,0,
"5b. Comparing return types '%s'<->'%s' #args %d<->%d\n", "5b. Comparing return types '%s'<->'%s' #args %d<->%d\n",
md->typeString(),funcType.data(), md->typeString(),funcType.data(),
......
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