From ed8ce3cf405204916f9832e26797cb15d1490fd1 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Fri, 8 Aug 2014 14:03:06 +0200 Subject: Bug 732594 - Two entries for a single member in Doxygen XML --- src/doxygen.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 7caac5e..13475a2 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -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(), -- cgit v0.12