From 05701ea9dfa5092d22a4e15e1994bbc7a16462b2 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sat, 16 Jan 2021 13:42:46 +0100 Subject: issue #8335: "failed to run html help compiler on index.hhp" with doxygen is 1.9.1 --- src/index.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.cpp b/src/index.cpp index c71e8fb..5f29418 100644 --- a/src/index.cpp +++ b/src/index.cpp @@ -298,7 +298,8 @@ static bool memberVisibleInIndex(const MemberDef *md) bool extractStatic = Config_getBool(EXTRACT_STATIC); return (!isAnonymous && (!hideUndocMembers || md->hasDocumentation()) && - (!md->isStatic() || extractStatic) + (!md->isStatic() || extractStatic) && + md->isLinkable() ); } -- cgit v0.12