From 92d45a67d464ef9f1c2cd2fbb5e3ede598623986 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Fri, 7 Jul 2006 21:06:32 +0000 Subject: [PATCH] Update graphviz web site. --- doc/cd-intro.xml | 2 +- doc/cd-oper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cd-intro.xml b/doc/cd-intro.xml index 285350e..0de52a6 100644 --- a/doc/cd-intro.xml +++ b/doc/cd-intro.xml @@ -6,7 +6,7 @@ One specifies a class diagram using the Java syntax complemented by tags. Running the UmlGraph doclet on the specification will generate a -Graphviz +Graphviz diagram specification that can be automatically processed to create Postscript, GIF, SVG, JPEG, fig, or Framemaker drawings.

diff --git a/doc/cd-oper.xml b/doc/cd-oper.xml index 4b686ba..b58b31a 100644 --- a/doc/cd-oper.xml +++ b/doc/cd-oper.xml @@ -4,7 +4,7 @@ To use UMLGraph class drawing facility you need to have javadoc and -Graphviz +Graphviz installed on your computer. Both programs are freely available, from Sun and AT&T respectively, for many platforms including Unix and Windows.