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

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

parent 76e1abfa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>";
    }