summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-08-26 20:03:57 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-08-26 20:03:57 (GMT)
commit0e2e8916f81892c891a33c5435024776ca0f570f (patch)
tree023761ac46fd04693e855715c278cbbdfea334d1
parent23faa449843eeb4c9e40e650df8844abec024bb7 (diff)
downloadDoxygen-0e2e8916f81892c891a33c5435024776ca0f570f.zip
Doxygen-0e2e8916f81892c891a33c5435024776ca0f570f.tar.gz
Doxygen-0e2e8916f81892c891a33c5435024776ca0f570f.tar.bz2
Bug 754130 - class="current" not applied to <li> for module tab within 'group__*.html' module html files
-rw-r--r--src/groupdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/groupdef.cpp b/src/groupdef.cpp
index 2d7674d..55d3733 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);