diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-09-13 09:57:48 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-09-13 09:57:48 (GMT) |
commit | 3135c4d48238a4dfa7ce0911e4f5d8d17636bf84 (patch) | |
tree | 0a14f72e7131df3bd46c09b696971bdfdf7936dc | |
parent | e58fb0a46f73f37d16859f43fda1eb5ba4a15c5d (diff) | |
parent | ca617e1e1cd42ee0080c8c13ce3884c8671629dd (diff) | |
download | Doxygen-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.cpp | 1 |
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; |