summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authorMinGyu Kim <isanghao@gmail.com>2015-09-11 03:04:17 (GMT)
committerMinGyu Kim <isanghao@gmail.com>2015-09-11 03:04:17 (GMT)
commitca617e1e1cd42ee0080c8c13ce3884c8671629dd (patch)
tree0a14f72e7131df3bd46c09b696971bdfdf7936dc /src/rtfgen.cpp
parente58fb0a46f73f37d16859f43fda1eb5ba4a15c5d (diff)
downloadDoxygen-ca617e1e1cd42ee0080c8c13ce3884c8671629dd.zip
Doxygen-ca617e1e1cd42ee0080c8c13ce3884c8671629dd.tar.gz
Doxygen-ca617e1e1cd42ee0080c8c13ce3884c8671629dd.tar.bz2
RTF improvement: Example section was merged with next function title
Example section lacked of new paragraph(\par) because writeExample set m_omitParagraph = TRUE When the output file was open in MS word, example file name was followed by function title in the same line.
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index 811efd8..749f57b 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -2697,6 +2697,7 @@ void RTFGenerator::startSimpleSect(SectionTypes,const char *file,const char *anc
void RTFGenerator::endSimpleSect()
{
DBG_RTF(t << "{\\comment (endSimpleSect)}" << endl)
+ m_omitParagraph = FALSE;
newParagraph();
decrementIndentLevel();
m_omitParagraph = TRUE;