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);