From f854e1d9f1a60a7e254dcc20a4e6db0aa9172b2c Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Tue, 26 Aug 2014 12:09:40 +0200 Subject: [PATCH] This is the patch attached to bz 651848 by Robin Gareus. --- src/memberdef.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/memberdef.cpp b/src/memberdef.cpp index a25528a940e..bfbec2b3dec 100644 --- a/src/memberdef.cpp +++ b/src/memberdef.cpp @@ -270,8 +270,11 @@ static bool writeDefArgumentList(OutputList &ol,ClassDef *cd, //{ // ol.docify(" "); //} - ol.disable(OutputGenerator::Man); ol.disable(OutputGenerator::Latex); + ol.disable(OutputGenerator::Html); + ol.docify(" "); /* man page */ + if (htmlOn) ol.enable(OutputGenerator::Html); + ol.disable(OutputGenerator::Man); ol.startEmphasis(); ol.enable(OutputGenerator::Man); if (latexOn) ol.enable(OutputGenerator::Latex);