summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Ellert <mattias.ellert@fysast.uu.se>2014-08-26 11:25:11 (GMT)
committerMattias Ellert <mattias.ellert@fysast.uu.se>2014-08-26 11:25:11 (GMT)
commit379e3b959a9566571db3c799a8338dd4436881b2 (patch)
tree85a200e159d9e09d1f259d467ecf1d21cd733672
parente23129c31e5f82d82ef3e9969b17a78303838475 (diff)
downloadDoxygen-379e3b959a9566571db3c799a8338dd4436881b2.zip
Doxygen-379e3b959a9566571db3c799a8338dd4436881b2.tar.gz
Doxygen-379e3b959a9566571db3c799a8338dd4436881b2.tar.bz2
651859 - Brief description misplaced in man page output
-rw-r--r--src/mangen.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mangen.cpp b/src/mangen.cpp
index 352ef15..d70e84e 100644
--- a/src/mangen.cpp
+++ b/src/mangen.cpp
@@ -194,6 +194,7 @@ void ManGenerator::endTitleHead(const char *,const char *name)
t << ".SH NAME" << endl;
t << name << " \\- ";
firstCol=FALSE;
+ paragraph=TRUE;
inHeader=TRUE;
}
@@ -828,10 +829,4 @@ void ManGenerator::endLabels()
void ManGenerator::endHeaderSection()
{
- if (!firstCol)
- {
- t<< endl; firstCol=TRUE;
- }
}
-
-