Skip to content

Commit

Permalink
This is the patch attached to bz 651848 by Robin Gareus.
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert committed Aug 26, 2014
1 parent e23129c commit f854e1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/memberdef.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit f854e1d

Please sign in to comment.