##// END OF EJS Templates
fix dot syntax error in inheritance diagram
MinRK -
Show More
@@ -183,7 +183,7 b' class InheritanceGraph(object):'
183 "shape": "box",
183 "shape": "box",
184 "fontsize": 10,
184 "fontsize": 10,
185 "height": 0.25,
185 "height": 0.25,
186 "fontname": "Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",
186 "fontname": '"Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans"',
187 "style": '"setlinewidth(0.5)"'
187 "style": '"setlinewidth(0.5)"'
188 }
188 }
189 default_edge_options = {
189 default_edge_options = {
General Comments 0
You need to be logged in to leave comments. Login now