Skip to content

Commit cea7da8

Browse files
committed
Display Additional inherited members in HTML
When we have additional inherited members and `HTML_DYNAMIC_SECTIONS=YES` the brief description of the additional member is displayed outside the collapsed item. This can be seen for the additional inherited members of `ClassDefImpl` in the doxygen internal documentation.
1 parent d4dd6f0 commit cea7da8

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)