Skip to content

Commit f3f2c76

Browse files
authored
Merge pull request doxygen#12220 from albert-github/feature/bug_add_inh_member
Display Additional inherited members in HTML
2 parents d4dd6f0 + cea7da8 commit f3f2c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/memberlist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ void MemberList::writePlainDeclarations(OutputList &ol, bool inGroup,
422422
};
423423
if (!ast->isEmpty())
424424
{
425-
ol.startMemberDescription(md->anchor());
425+
ol.startMemberDescription(md->anchor(),inheritId);
426426
ol.writeDoc(ast.get(),cd,md);
427427
if (md->hasDetailedDescription())
428428
{

0 commit comments

Comments
 (0)