Commit de49ed9e authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #165 from albert-github/feature/bug_rtf_newline

Missing word after \n command in Doxygen rtf output, version 1.8.5 & up
parents e4b10c12 ea9f3b1d
......@@ -168,7 +168,7 @@ void RTFDocVisitor::visit(DocLineBreak *)
{
if (m_hide) return;
DBG_RTF("{\\comment RTFDocVisitor::visit(DocLineBreak)}\n");
m_t << "\\par";
m_t << "\\par" << endl;
m_lastIsPara=TRUE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment