Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert committed Aug 24, 2014
1 parent ef2e29a commit e1aa7af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/groupdef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit e1aa7af

Please sign in to comment.