summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-08-26 18:21:16 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-08-26 18:21:16 (GMT)
commit7b7bdb98620c6e14f2ce6693503455003aeb6f3f (patch)
tree00b056127c2f43173a21cd220d4732b4f50ad7be
parent6d4044ad43ae1424a256eb1c26992301e7c64f4a (diff)
parente23129c31e5f82d82ef3e9969b17a78303838475 (diff)
downloadDoxygen-7b7bdb98620c6e14f2ce6693503455003aeb6f3f.zip
Doxygen-7b7bdb98620c6e14f2ce6693503455003aeb6f3f.tar.gz
Doxygen-7b7bdb98620c6e14f2ce6693503455003aeb6f3f.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
-rw-r--r--src/groupdef.cpp8
1 files changed, 8 insertions, 0 deletions
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();