Skip to content

Commit

Permalink
Bug 769736 - doxygen generates incorrect documentation for C enum in …
Browse files Browse the repository at this point in the history
…latex
  • Loading branch information
Dimitri van Heesch committed Aug 21, 2016
1 parent cd6a8d3 commit 5b2e30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latexgen.cpp
Expand Up @@ -2124,7 +2124,7 @@ void LatexGenerator::lineBreak(const char *)
}
else
{
t << "\\\\*\n";
t << "\\newline\n";
}
}

Expand Down

0 comments on commit 5b2e30a

Please sign in to comment.