Skip to content

Commit ed8ce3c

Browse files
author
Dimitri van Heesch
committed
Bug 732594 - Two entries for a single member in Doxygen XML
1 parent 3cb9630 commit ed8ce3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doxygen.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6155,7 +6155,8 @@ static void findMember(EntryNav *rootNav,
61556155
{
61566156
QCString memType = md->typeString();
61576157
memType.stripPrefix("static "); // see bug700696
6158-
funcType=substitute(funcType,className+"::",""); // see bug700693
6158+
funcType=substitute(stripTemplateSpecifiersFromScope(funcType,TRUE),
6159+
className+"::",""); // see bug700693 & bug732594
61596160
Debug::print(Debug::FindMembers,0,
61606161
"5b. Comparing return types '%s'<->'%s' #args %d<->%d\n",
61616162
md->typeString(),funcType.data(),

0 commit comments

Comments
 (0)