Skip to content

Commit fd79b23

Browse files
committed
issue #10343 Missing 'Referenced by' links for macros (C/C++)
Adding the settings for Referenced by relation and References relation.
1 parent e1fdc53 commit fd79b23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doxygen.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -8958,6 +8958,8 @@ static void addDefineDoc(const Entry *root, MemberDefMutable *md)
89588958
}
89598959
md->addSectionsToDefinition(root->anchors);
89608960
md->setMaxInitLines(root->initLines);
8961+
md->enableReferencedByRelation(root->referencedByRelation);
8962+
md->enableReferencesRelation(root->referencesRelation);
89618963
md->enableInlineSource(root->inlineSource);
89628964
md->setRefItems(root->sli);
89638965
if (root->mGrpId!=-1) md->setMemberGroupId(root->mGrpId);

0 commit comments

Comments
 (0)