From 135412e4e9af74cda860205b4c8104098c2b65aa Mon Sep 17 00:00:00 2001 From: albert-github Date: Fri, 13 Jul 2018 14:22:13 +0200 Subject: Wrong link generated for inherited members when tag files are used. In case a tag file is used and `EXT_LINKS_IN_WINDOW` is set to `YES` a link is generated of the form: `Public Member Functions inherited from ` instead of `Public Member Functions inherited from ` When `EXT_LINKS_IN_WINDOW` is set to `NO` a correct link is generated but the external documentation comes straight forward in the current window. (relevant link: https://stackoverflow.com/questions/51323207/doxygen-external-link-to-qt-classes) --- src/htmlgen.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp index 32eaff6..98f39a6 100644 --- a/src/htmlgen.cpp +++ b/src/htmlgen.cpp @@ -2717,13 +2717,16 @@ void HtmlGenerator::writeInheritedSectionTitle( DBG_HTML(t << "" << endl;) QCString a = anchor; if (!a.isEmpty()) a.prepend("#"); - QCString classLink = QCString("