Commit 4c50bd75 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 702676 - Closing ) of function in function documentation is in wrong color

parent 76e1abfa
......@@ -2496,7 +2496,7 @@ void HtmlGenerator::endParameterName(bool last,bool emptyList,bool closeBracket)
{
if (emptyList)
{
if (closeBracket) t << ")</td><td>";
if (closeBracket) t << "</td><td>)";
t << "</td>" << endl;
t << " <td>";
}
......
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