In DOT output, convert from "/*" comments to "//" comments.

This handles the possibility that a "*/" might appear in
variable portions of those comments at some point in the future.
* src/graphviz.c (start_graph): Implement.
(cherry picked from commit b7666378f5)
This commit is contained in:
Joel E. Denny
2010-05-01 20:41:07 -04:00
parent 212792959e
commit ad6f84e550
2 changed files with 10 additions and 5 deletions
+7
View File
@@ -1,3 +1,10 @@
2010-05-01 Joel E. Denny <[email protected]>
In DOT output, convert from "/*" comments to "//" comments.
This handles the possibility that a "*/" might appear in
variable portions of those comments at some point in the future.
* src/graphviz.c (start_graph): Implement.
2010-04-30 Joel E. Denny <[email protected]>
Document that undefined %prec identifier warnings will remain.