From 5716f0aee08bfc9daf7ab7e22566e5acc51446d0 Mon Sep 17 00:00:00 2001 From: schachmat Date: Thu, 17 Mar 2016 00:54:15 +0100 Subject: mangen.h: remove italic in brief member descriptions nroff does not support italic text and replaces it with underlined text which looks weird on the brief description text. --- src/mangen.h | 4 ++-- 1 file 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 *, -- cgit v0.12