summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-11-01 18:24:49 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-11-01 18:24:49 (GMT)
commit50d47c3383becb7ba7cedc53bb43b99898df7481 (patch)
treecbf735688d23e8b2873ed50c3c452b7fca1a0a72 /src/util.cpp
parent97b6eb5c0d47b3a8c5ceab0052d773b8c281206b (diff)
downloadDoxygen-50d47c3383becb7ba7cedc53bb43b99898df7481.zip
Doxygen-50d47c3383becb7ba7cedc53bb43b99898df7481.tar.gz
Doxygen-50d47c3383becb7ba7cedc53bb43b99898df7481.tar.bz2
issue_6580 xrefitems not listed if the page is referenced multiple times
Not only the documentation, but also the (x)refitems.
Diffstat (limited to 'src/util.cpp')
-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
{