summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-08-26 18:38:15 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-08-26 18:38:15 (GMT)
commit8d7eeeae09a02b3558d1d39c7a604c3dab31fc5a (patch)
treecce29d7cbfa5ec659c032693d5e37885ed2af146
parent7b7bdb98620c6e14f2ce6693503455003aeb6f3f (diff)
parent379e3b959a9566571db3c799a8338dd4436881b2 (diff)
downloadDoxygen-8d7eeeae09a02b3558d1d39c7a604c3dab31fc5a.zip
Doxygen-8d7eeeae09a02b3558d1d39c7a604c3dab31fc5a.tar.gz
Doxygen-8d7eeeae09a02b3558d1d39c7a604c3dab31fc5a.tar.bz2
Merge pull request #215 from ellert/brief-misplaced
Bug 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;
- }
}
-
-