summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-06-10 08:52:57 (GMT)
committerGitHub <noreply@github.com>2018-06-10 08:52:57 (GMT)
commita09e0d3486bd4baccfc3019b13c7087dc96b13ce (patch)
tree8caea04c88ad4734f44b40712d244d5fe8354873 /src/rtfgen.cpp
parent72d1e4fb88c411a93140811d02c8bb9e90aae808 (diff)
parentbe4fb2753c2f028a53d657a7920267a4191cd566 (diff)
downloadDoxygen-a09e0d3486bd4baccfc3019b13c7087dc96b13ce.zip
Doxygen-a09e0d3486bd4baccfc3019b13c7087dc96b13ce.tar.gz
Doxygen-a09e0d3486bd4baccfc3019b13c7087dc96b13ce.tar.bz2
Merge pull request #746 from albert-github/feature/bug_782754
Bug 782754 - rtf generation
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index fc6fdfc..eb9be52 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -1639,11 +1639,11 @@ void RTFGenerator::endMemberDescription()
{
DBG_RTF(t << "{\\comment (endMemberDescription)}" << endl)
endEmphasis();
- newParagraph();
+ //newParagraph();
decrementIndentLevel();
- //t << "\\par";
+ t << "\\par";
t << "}" << endl;
- //m_omitParagraph = TRUE;
+ m_omitParagraph = TRUE;
}
void RTFGenerator::startDescList(SectionTypes)