Commit e1aa7af2 authored by Mattias Ellert's avatar Mattias Ellert
parent ef2e29a8
......@@ -941,7 +941,15 @@ void GroupDef::writeDocumentation(OutputList &ol)
ol.parseText(title);
ol.popGeneratorState();
addGroupListToTitle(ol,this);
ol.pushGeneratorState();
ol.disable(OutputGenerator::Man);
ol.endTitleHead(getOutputFileBase(),title);
ol.popGeneratorState();
ol.pushGeneratorState();
ol.disableAllBut(OutputGenerator::Man);
ol.endTitleHead(getOutputFileBase(),name());
ol.parseText(title);
ol.popGeneratorState();
ol.endHeaderSection();
ol.startContents();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment