From 50d47c3383becb7ba7cedc53bb43b99898df7481 Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 1 Nov 2018 19:24:49 +0100 Subject: issue_6580 xrefitems not listed if the page is referenced multiple times Not only the documentation, but also the (x)refitems. --- src/util.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v0.12