From 3e6447119d64b492ed55c3baad17b04dd57f4821 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 22 Oct 2018 12:03:05 +0200 Subject: Wrong separator in index for a.o. Python, C# In e.g. the LaTeX output the separator for Pyton, C# is given as '::', this should be '.' . With this fix the problems in the index are gone. --- src/memberdef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memberdef.cpp b/src/memberdef.cpp index 5d74270..1cedc7f 100644 --- a/src/memberdef.cpp +++ b/src/memberdef.cpp @@ -2560,7 +2560,7 @@ void MemberDef::writeDocumentation(MemberList *ml, QCString scopeName = scName; QCString memAnchor = anchor(); - QCString ciname = container->name(); + QCString ciname = container->displayName(); Definition *scopedContainer = container; // see bug 753608 if (container->definitionType()==TypeGroup) { -- cgit v0.12