diff --git a/index.html b/index.html index fb289e4..c449a41 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,7 @@ Example:
javadoc -docletpath UmlGraph.jar -doclet UmlGraph -private Simple.java-javadoc will create a file named
graph.dot
+javadoc will create by default a file named graph.dot
in the current directory;
this is a text file that can be processed by the Graphviz
dot program to layout and draw the graph.
@@ -153,6 +153,7 @@ class Car {}
graph.dot).
@opt attributes on individual classes.
In this case the @opt specification temporarily overrides
the particular global setting for the class being processed.
--output command-line option, and an ant-based
+build file.
+Modified the dot output to avoid triggering a graphviz bug that made escape codes visible.
$Id$
-(C) Copyright 2002 Diomidis D. Spinellis.
+(C) Copyright 2002-2003 Diomidis D. Spinellis.
May be freely uploaded by WWW viewers and similar programs.
All other rights reserved.
diff --git a/web/index.html b/web/index.html
index fb289e4..c449a41 100644
--- a/web/index.html
+++ b/web/index.html
@@ -84,7 +84,7 @@ Example:
javadoc -docletpath UmlGraph.jar -doclet UmlGraph -private Simple.java-javadoc will create a file named
graph.dot
+javadoc will create by default a file named graph.dot
in the current directory;
this is a text file that can be processed by the Graphviz
dot program to layout and draw the graph.
@@ -153,6 +153,7 @@ class Car {}
graph.dot).
@opt attributes on individual classes.
In this case the @opt specification temporarily overrides
the particular global setting for the class being processed.
--output command-line option, and an ant-based
+build file.
+Modified the dot output to avoid triggering a graphviz bug that made escape codes visible.
$Id$
-(C) Copyright 2002 Diomidis D. Spinellis.
+(C) Copyright 2002-2003 Diomidis D. Spinellis.
May be freely uploaded by WWW viewers and similar programs.
All other rights reserved.