summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorschachmat <schachmat@users.noreply.github.com>2016-03-16 23:54:15 (GMT)
committerschachmat <schachmat@users.noreply.github.com>2016-03-16 23:54:15 (GMT)
commit5716f0aee08bfc9daf7ab7e22566e5acc51446d0 (patch)
tree3eb5e7ed68b261800444cd3ef638b49b18beb4b1 /src
parentf26cc41d0d3d436c809c293a56c66c1f5f953745 (diff)
downloadDoxygen-5716f0aee08bfc9daf7ab7e22566e5acc51446d0.zip
Doxygen-5716f0aee08bfc9daf7ab7e22566e5acc51446d0.tar.gz
Doxygen-5716f0aee08bfc9daf7ab7e22566e5acc51446d0.tar.bz2
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.
Diffstat (limited to 'src')
-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 *,