From 84fd1fecfe2de7b4f8c88e1923ef7d5958dc70b0 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Wed, 24 May 2017 18:11:44 +0200 Subject: Fetch filename property from object instead of hardcoded duplicated string --- src/index.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.cpp b/src/index.cpp index 10c1dcb..474424a 100644 --- a/src/index.cpp +++ b/src/index.cpp @@ -4151,7 +4151,7 @@ static void writeIndexHierarchyEntries(OutputList &ol,const QList0 && addToIndex) { - Doxygen::indexList->addContentsItem(TRUE,lne->title(),0,"annotated",0); + Doxygen::indexList->addContentsItem(TRUE,lne->title(),0,lne->baseFile(),0); Doxygen::indexList->incContentsDepth(); needsClosing=TRUE; } -- cgit v0.12