summaryrefslogtreecommitdiffstats
path: root/src/memberdef.cpp
diff options
context:
space:
mode:
authorMattias Ellert <mattias.ellert@fysast.uu.se>2014-08-26 10:09:40 (GMT)
committerMattias Ellert <mattias.ellert@fysast.uu.se>2014-08-26 11:18:59 (GMT)
commitf854e1d9f1a60a7e254dcc20a4e6db0aa9172b2c (patch)
tree7f2213cba4af9a5488765b1a7d545d98421f3f90 /src/memberdef.cpp
parente23129c31e5f82d82ef3e9969b17a78303838475 (diff)
downloadDoxygen-f854e1d9f1a60a7e254dcc20a4e6db0aa9172b2c.zip
Doxygen-f854e1d9f1a60a7e254dcc20a4e6db0aa9172b2c.tar.gz
Doxygen-f854e1d9f1a60a7e254dcc20a4e6db0aa9172b2c.tar.bz2
This is the patch attached to bz 651848 by Robin Gareus.
Diffstat (limited to 'src/memberdef.cpp')
-rw-r--r--src/memberdef.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/memberdef.cpp b/src/memberdef.cpp
index a25528a..bfbec2b 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);