Skip to content

Commit

Permalink
Merge pull request #400 from albert-github/feature/bug_755783
Browse files Browse the repository at this point in the history
Bug 755783 - RTF output has incomplete "References" and "Referenced by" sections
  • Loading branch information
Dimitri van Heesch committed Oct 4, 2015
2 parents f365a48 + 6184c70 commit ffff695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definition.cpp
Expand Up @@ -1219,7 +1219,7 @@ void Definition::_writeSourceRefList(OutputList &ol,const char *scopeName,
{
ol.disable(OutputGenerator::Latex);
}
if (!rtfSourceCode)
if (rtfSourceCode)
{
ol.disable(OutputGenerator::RTF);
}
Expand Down

0 comments on commit ffff695

Please sign in to comment.