Skip to content

Commit ffff695

Browse files
author
Dimitri van Heesch
committed
Merge pull request #400 from albert-github/feature/bug_755783
Bug 755783 - RTF output has incomplete "References" and "Referenced by" sections
2 parents f365a48 + 6184c70 commit ffff695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definition.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ void Definition::_writeSourceRefList(OutputList &ol,const char *scopeName,
12191219
{
12201220
ol.disable(OutputGenerator::Latex);
12211221
}
1222-
if (!rtfSourceCode)
1222+
if (rtfSourceCode)
12231223
{
12241224
ol.disable(OutputGenerator::RTF);
12251225
}

0 commit comments

Comments
 (0)