summaryrefslogtreecommitdiffstats
path: root/src/memberdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-11-05 20:50:59 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-11-05 20:50:59 (GMT)
commit0b54d06d4449d91a0890e589ba48daaf41794284 (patch)
tree579c0916f1e6bebf0806a01683aad2b164857a0b /src/memberdef.cpp
parentbae68b877892a0916d3d8f1f3cccebe4a95882d2 (diff)
downloadDoxygen-0b54d06d4449d91a0890e589ba48daaf41794284.zip
Doxygen-0b54d06d4449d91a0890e589ba48daaf41794284.tar.gz
Doxygen-0b54d06d4449d91a0890e589ba48daaf41794284.tar.bz2
Minor tweaks
Diffstat (limited to 'src/memberdef.cpp')
-rw-r--r--src/memberdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memberdef.cpp b/src/memberdef.cpp
index cae209c..8f3341c 100644
--- a/src/memberdef.cpp
+++ b/src/memberdef.cpp
@@ -3435,7 +3435,7 @@ void MemberDefImpl::writeDocumentation(const MemberList *ml,
{
//printf("Anonymous compound '%s'\n",cname.data());
ol.startDoxyAnchor(cfname,cname,memAnchor,doxyName,doxyArgs);
- ol.startMemberDoc(ciname,name(),memAnchor,name(),memCount,memTotal,showInline);
+ ol.startMemberDoc(ciname,name(),memAnchor,"",memCount,memTotal,showInline);
// search for the last anonymous compound name in the definition
int si=ldef.find(' '),pi,ei=i+l;
if (si==-1) si=0;