Skip to content

Commit

Permalink
Bug 732594 - Two entries for a single member in Doxygen XML
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Aug 8, 2014
1 parent 3cb9630 commit ed8ce3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doxygen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6155,7 +6155,8 @@ static void findMember(EntryNav *rootNav,
{
QCString memType = md->typeString();
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,
"5b. Comparing return types '%s'<->'%s' #args %d<->%d\n",
md->typeString(),funcType.data(),
Expand Down

0 comments on commit ed8ce3c

Please sign in to comment.