From e1aa7af27eded7afdf81b688015421d3b3467b2b Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Sun, 24 Aug 2014 17:07:52 +0200 Subject: Fix for https://bugzilla.gnome.org/show_bug.cgi?id=651850 --- src/groupdef.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/groupdef.cpp b/src/groupdef.cpp index f1d1877..ae785e7 100644 --- a/src/groupdef.cpp +++ b/src/groupdef.cpp @@ -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(); -- cgit v0.12