summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-09-13 09:57:48 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-09-13 09:57:48 (GMT)
commit3135c4d48238a4dfa7ce0911e4f5d8d17636bf84 (patch)
tree0a14f72e7131df3bd46c09b696971bdfdf7936dc
parente58fb0a46f73f37d16859f43fda1eb5ba4a15c5d (diff)
parentca617e1e1cd42ee0080c8c13ce3884c8671629dd (diff)
downloadDoxygen-3135c4d48238a4dfa7ce0911e4f5d8d17636bf84.zip
Doxygen-3135c4d48238a4dfa7ce0911e4f5d8d17636bf84.tar.gz
Doxygen-3135c4d48238a4dfa7ce0911e4f5d8d17636bf84.tar.bz2
Merge pull request #396 from isanghao/master
RTF bugfix: Example section was merged with next function title
-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;