summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-11-01 21:01:19 (GMT)
committerGitHub <noreply@github.com>2018-11-01 21:01:19 (GMT)
commit1b88f2417deadcd6c25a47bd6f37c524c61abefc (patch)
tree3504e31188148e5bd7daf39a5ae0f5d5782b2a29 /src
parent13e67a586cf12365a74a8cf18287f7329afc60c0 (diff)
parent50d47c3383becb7ba7cedc53bb43b99898df7481 (diff)
downloadDoxygen-1b88f2417deadcd6c25a47bd6f37c524c61abefc.zip
Doxygen-1b88f2417deadcd6c25a47bd6f37c524c61abefc.tar.gz
Doxygen-1b88f2417deadcd6c25a47bd6f37c524c61abefc.tar.bz2
Merge pull request #6591 from albert-github/feature/issue_6580
issue_6580 xrefitems not listed if the page is referenced multiple times
Diffstat (limited to 'src')
-rw-r--r--src/util.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 0f27794..144b6a7 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -6638,6 +6638,8 @@ PageDef *addRelatedPage(const char *name,const QCString &ptitle,
// append documentation block to the page.
pd->setDocumentation(doc,fileName,startLine);
//printf("Adding page docs `%s' pi=%p name=%s\n",doc.data(),pd,name);
+ // append (x)refitems to the page.
+ pd->setRefItems(sli);
}
else // new page
{