Skip to content

Commit faecd64

Browse files
committed
issue doxygen#11927 [BUG] Regression - Topics are no longer navigable
1 parent c7662af commit faecd64

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/groupdef.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -997,9 +997,7 @@ void GroupDefImpl::writeNestedGroups(OutputList &ol,const QCString &title)
997997
if (anc.isEmpty()) anc=gd->name(); else anc.prepend(gd->name()+"_");
998998
ol.startMemberItem(anc,OutputGenerator::MemberItemType::Normal);
999999
ol.insertMemberAlign();
1000-
ol.startIndexItem(gd->getReference(),gd->getOutputFileBase());
1001-
ol.docify(gd->groupTitleAsText());
1002-
ol.endIndexItem(gd->getReference(),gd->getOutputFileBase());
1000+
ol.writeObjectLink(gd->getReference(),gd->getOutputFileBase(),QCString(),gd->groupTitleAsText());
10031001
ol.endMemberItem(OutputGenerator::MemberItemType::Normal);
10041002
if (!gd->briefDescription().isEmpty() && Config_getBool(BRIEF_MEMBER_DESC))
10051003
{

0 commit comments

Comments
 (0)