We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb9630 commit ed8ce3cCopy full SHA for ed8ce3c
src/doxygen.cpp
@@ -6155,7 +6155,8 @@ static void findMember(EntryNav *rootNav,
6155
{
6156
QCString memType = md->typeString();
6157
memType.stripPrefix("static "); // see bug700696
6158
- funcType=substitute(funcType,className+"::",""); // see bug700693
+ funcType=substitute(stripTemplateSpecifiersFromScope(funcType,TRUE),
6159
+ className+"::",""); // see bug700693 & bug732594
6160
Debug::print(Debug::FindMembers,0,
6161
"5b. Comparing return types '%s'<->'%s' #args %d<->%d\n",
6162
md->typeString(),funcType.data(),
0 commit comments