From 0e2e8916f81892c891a33c5435024776ca0f570f Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Wed, 26 Aug 2015 22:03:57 +0200 Subject: [PATCH] Bug 754130 - class="current" not applied to
  • for module tab within 'group__*.html' module html files --- src/groupdef.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/groupdef.cpp b/src/groupdef.cpp index 2d7674d922d..55d3733ed33 100644 --- a/src/groupdef.cpp +++ b/src/groupdef.cpp @@ -1071,7 +1071,7 @@ void GroupDef::writeDocumentation(OutputList &ol) { //static bool generateTreeView = Config_getBool("GENERATE_TREEVIEW"); ol.pushGeneratorState(); - startFile(ol,getOutputFileBase(),name(),title,HLI_None); + startFile(ol,getOutputFileBase(),name(),title,HLI_Modules); ol.startHeaderSection(); writeSummaryLinks(ol);