summaryrefslogtreecommitdiffstats
path: root/src/mangen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2016-03-17 19:54:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-03-17 19:54:02 (GMT)
commit77c505b0445c74d1933edceb9a4d2f5fa972d581 (patch)
treeb8f36f72eb6dcfac0636ffc8f9b9d38e807e16d4 /src/mangen.h
parent8542ec9c8647da15de486635de40c25f99fc8c63 (diff)
parent80077c631c86e9a5ec69fc873f89d6f758e56473 (diff)
downloadDoxygen-77c505b0445c74d1933edceb9a4d2f5fa972d581.zip
Doxygen-77c505b0445c74d1933edceb9a4d2f5fa972d581.tar.gz
Doxygen-77c505b0445c74d1933edceb9a4d2f5fa972d581.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/mangen.h')
-rw-r--r--src/mangen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mangen.h b/src/mangen.h
index 93111cf..069222a 100644
--- a/src/mangen.h
+++ b/src/mangen.h
@@ -160,8 +160,8 @@ class ManGenerator : public OutputGenerator
void endCenter() {}
void startSmall() {}
void endSmall() {}
- void startMemberDescription(const char *,const char *) { t << "\n.RI \"\\fI"; firstCol=FALSE; }
- void endMemberDescription() { t << "\\fP\""; firstCol=FALSE; }
+ void startMemberDescription(const char *,const char *) { t << "\n.RI \""; firstCol=FALSE; }
+ void endMemberDescription() { t << "\""; firstCol=FALSE; }
void startMemberDeclaration() {}
void endMemberDeclaration(const char *,const char *) {}
void writeInheritedSectionTitle(const char *,const char *,const char *,