mirror of https://github.com/dspinellis/UMLGraph
Version is derived from the Makefile.
This commit is contained in:
parent
f287c29a14
commit
aa749510d7
|
|
@ -105,7 +105,8 @@ public class UmlGraph {
|
|||
"#!/usr/local/bin/dot\n" +
|
||||
"#\n" +
|
||||
"# Class diagram \n" +
|
||||
"# Generated by $Id$\n" +
|
||||
"# Generated by UmlGraph version " +
|
||||
Version.VERSION + " (http://www.spinellis.gr/sw/umlgraph)\n" +
|
||||
"#\n\n" +
|
||||
"digraph G {\n" +
|
||||
"\tedge [fontname=\"" + opt.edgeFontName +
|
||||
|
|
|
|||
|
|
@ -105,7 +105,8 @@ public class UmlGraph {
|
|||
"#!/usr/local/bin/dot\n" +
|
||||
"#\n" +
|
||||
"# Class diagram \n" +
|
||||
"# Generated by $Id$\n" +
|
||||
"# Generated by UmlGraph version " +
|
||||
Version.VERSION + " (http://www.spinellis.gr/sw/umlgraph)\n" +
|
||||
"#\n\n" +
|
||||
"digraph G {\n" +
|
||||
"\tedge [fontname=\"" + opt.edgeFontName +
|
||||
|
|
|
|||
Loading…
Reference in New Issue