diff --git a/src/main/java/org/umlgraph/doclet/UmlGraphDoc.java b/src/main/java/org/umlgraph/doclet/UmlGraphDoc.java
index 6dda3a2..4c829eb 100644
--- a/src/main/java/org/umlgraph/doclet/UmlGraphDoc.java
+++ b/src/main/java/org/umlgraph/doclet/UmlGraphDoc.java
@@ -162,7 +162,7 @@ public class UmlGraphDoc {
//Format string for the uml image div tag.
private static final String UML_DIV_TAG =
"
" +
- " " +
+ " " +
"
";
private static final String EXPANDABLE_UML_STYLE = "font-family: Arial,Helvetica,sans-serif;font-size: 1.5em; display: block; width: 250px; height: 20px; background: #009933; padding: 5px; text-align: center; border-radius: 8px; color: white; font-weight: bold;";
diff --git a/src/main/java/org/umlgraph/doclet/Version.java b/src/main/java/org/umlgraph/doclet/Version.java
index 641f0a4..6759301 100644
--- a/src/main/java/org/umlgraph/doclet/Version.java
+++ b/src/main/java/org/umlgraph/doclet/Version.java
@@ -1,4 +1,4 @@
/* Automatically generated file */
package org.umlgraph.doclet;
-class Version { public static String VERSION = "R5_7_2-3-gee82a7";}
+class Version { public static String VERSION = "R5_7_2-11-g86574a";}
\ No newline at end of file
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/Customer.dot b/testdata/umldoc-ref/gr/spinellis/invoice/Customer.dot
index bbe2826..995b9bb 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/Customer.dot
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/Customer.dot
@@ -1,7 +1,7 @@
#!/usr/local/bin/dot
#
# Class diagram
-# Generated by UMLGraph version R5_7_0-10-g786d98 (http://www.umlgraph.org/)
+# Generated by UMLGraph version R5_7_2-11-g86574a (http://www.umlgraph.org/)
#
digraph G {
@@ -10,14 +10,14 @@ digraph G {
nodesep=0.25;
ranksep=0.5;
// gr.spinellis.invoice.Invoice
- c33 [label=<>, URL="./Invoice.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c33 [label=<>, URL="./Invoice.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Customer
- c34 [label=<>, URL="./Customer.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c34 [label=<>, URL="./Customer.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Invoice NAVASSOC gr.spinellis.invoice.Customer
c33:p -> c34:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
// gr.spinellis.invoice.Customer NAVASSOC java.lang.String
c34:p -> c44:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
// java.lang.String
- c44 [label=<>, URL="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c44 [label=<>, URL="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
}
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/Customer.html b/testdata/umldoc-ref/gr/spinellis/invoice/Customer.html
index d866a92..2617014 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/Customer.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/Customer.html
@@ -2,9 +2,9 @@
-
+
Customer
-
+
@@ -87,16 +87,8 @@
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.dot b/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.dot
index 0139895..19d299b 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.dot
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.dot
@@ -1,7 +1,7 @@
#!/usr/local/bin/dot
#
# Class diagram
-# Generated by UMLGraph version R5_7_0-10-g786d98 (http://www.umlgraph.org/)
+# Generated by UMLGraph version R5_7_2-11-g86574a (http://www.umlgraph.org/)
#
digraph G {
@@ -10,13 +10,13 @@ digraph G {
nodesep=0.25;
ranksep=0.5;
// gr.spinellis.invoice.InvoiceItem
- c45 [label=<>, URL="./InvoiceItem.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c45 [label=<>, URL="./InvoiceItem.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Invoice
- c46 [label=<>, URL="./Invoice.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c46 [label=<>, URL="./Invoice.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Customer
- c47 [label=<>, URL="./Customer.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c47 [label=<>, URL="./Customer.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Product
- c48 [label=< Product gr.spinellis.product
>, URL="../product/Product.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c48 [label=< Product gr.spinellis.product
>, URL="../product/Product.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.InvoiceItem NAVASSOC gr.spinellis.product.Product
c45:p -> c48:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
// gr.spinellis.invoice.Invoice NAVASSOC gr.spinellis.invoice.InvoiceItem
@@ -28,6 +28,6 @@ digraph G {
// gr.spinellis.invoice.Invoice DEPEND gr.spinellis.product.Product
c46:p -> c48:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open, style=dashed];
// java.util.Date
- c50 [label=<>, URL="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Date.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c50 [label=<>, URL="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
}
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.html b/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.html
index 2ceec08..c40f240 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.html
@@ -2,9 +2,9 @@
-
+
Invoice
-
+
@@ -93,20 +93,8 @@ var activeTableTab = "activeTableTab";
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.dot b/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.dot
index 7bb3910..e55613f 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.dot
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.dot
@@ -1,7 +1,7 @@
#!/usr/local/bin/dot
#
# Class diagram
-# Generated by UMLGraph version R5_7_0-10-g786d98 (http://www.umlgraph.org/)
+# Generated by UMLGraph version R5_7_2-11-g86574a (http://www.umlgraph.org/)
#
digraph G {
@@ -10,11 +10,11 @@ digraph G {
nodesep=0.25;
ranksep=0.5;
// gr.spinellis.invoice.InvoiceItem
- c51 [label=<>, URL="./InvoiceItem.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c51 [label=<>, URL="./InvoiceItem.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Invoice
- c52 [label=<>, URL="./Invoice.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c52 [label=<>, URL="./Invoice.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Product
- c54 [label=< Product gr.spinellis.product
>, URL="../product/Product.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c54 [label=< Product gr.spinellis.product
>, URL="../product/Product.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.InvoiceItem NAVASSOC gr.spinellis.product.Product
c51:p -> c54:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
// gr.spinellis.invoice.Invoice NAVASSOC gr.spinellis.invoice.InvoiceItem
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.html b/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.html
index e4bc5c7..f85a4a0 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.html
@@ -2,9 +2,9 @@
-
+
InvoiceItem
-
+
@@ -87,16 +87,8 @@
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/gr.spinellis.invoice.dot b/testdata/umldoc-ref/gr/spinellis/invoice/gr.spinellis.invoice.dot
index 44e8280..a2ad5de 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/gr.spinellis.invoice.dot
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/gr.spinellis.invoice.dot
@@ -1,23 +1,23 @@
#!/usr/local/bin/dot
#
# Class diagram
-# Generated by UMLGraph version 5.4 (http://www.umlgraph.org/)
+# Generated by UMLGraph version R5_7_2-11-g86574a (http://www.umlgraph.org/)
#
digraph G {
edge [fontname="Helvetica",fontsize=10,labelfontname="Helvetica",labelfontsize=10];
- node [fontname="Helvetica",fontsize=10,shape=plaintext];
- nodesep=0.25;
- ranksep=0.5;
- // gr.spinellis.invoice.InvoiceItem
- c0 [label=<>, URL="./InvoiceItem.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
- // gr.spinellis.invoice.Invoice
- c1 [label=<>, URL="./Invoice.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
- // gr.spinellis.invoice.Customer
- c2 [label=<>, URL="./Customer.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
- // gr.spinellis.invoice.Invoice NAVASSOC gr.spinellis.invoice.InvoiceItem
- c1:p -> c0:p [taillabel="", label="", headlabel="*", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
- // gr.spinellis.invoice.Invoice NAVASSOC gr.spinellis.invoice.Customer
- c1:p -> c2:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
+ node [fontname="Helvetica",fontsize=10,shape=plaintext];
+ nodesep=0.25;
+ ranksep=0.5;
+ // gr.spinellis.invoice.InvoiceItem
+ c0 [label=<>, URL="./InvoiceItem.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ // gr.spinellis.invoice.Invoice
+ c1 [label=<>, URL="./Invoice.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ // gr.spinellis.invoice.Customer
+ c2 [label=<>, URL="./Customer.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ // gr.spinellis.invoice.Invoice NAVASSOC gr.spinellis.invoice.InvoiceItem
+ c1:p -> c0:p [taillabel="", label="", headlabel="*", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
+ // gr.spinellis.invoice.Invoice NAVASSOC gr.spinellis.invoice.Customer
+ c1:p -> c2:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
}
-
+
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/package-frame.html b/testdata/umldoc-ref/gr/spinellis/invoice/package-frame.html
index 921b144..11cb12b 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/package-frame.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/package-frame.html
@@ -2,9 +2,9 @@
-
+
gr.spinellis.invoice
-
+
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/package-summary.html b/testdata/umldoc-ref/gr/spinellis/invoice/package-summary.html
index cdd36ba..a6e6f41 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/package-summary.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/package-summary.html
@@ -2,9 +2,9 @@
-
+
gr.spinellis.invoice
-
+
@@ -70,16 +70,8 @@
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/package-tree.html b/testdata/umldoc-ref/gr/spinellis/invoice/package-tree.html
index c9b4ea9..d1baca1 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/package-tree.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/package-tree.html
@@ -2,9 +2,9 @@
-
+
gr.spinellis.invoice Class Hierarchy
-
+
diff --git a/testdata/umldoc-ref/gr/spinellis/product/Category.dot b/testdata/umldoc-ref/gr/spinellis/product/Category.dot
index 0e45cb1..94aa1d1 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/Category.dot
+++ b/testdata/umldoc-ref/gr/spinellis/product/Category.dot
@@ -1,7 +1,7 @@
#!/usr/local/bin/dot
#
# Class diagram
-# Generated by UMLGraph version R5_7_0-10-g786d98 (http://www.umlgraph.org/)
+# Generated by UMLGraph version R5_7_2-11-g86574a (http://www.umlgraph.org/)
#
digraph G {
@@ -10,9 +10,9 @@ digraph G {
nodesep=0.25;
ranksep=0.5;
// gr.spinellis.product.Product
- c20 [label=<>, URL="./Product.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c20 [label=<>, URL="./Product.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Category
- c21 [label=<>, URL="./Category.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c21 [label=<>, URL="./Category.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Product NAVASSOC java.lang.String
c20:p -> c27:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
// gr.spinellis.product.Product NAVASSOC gr.spinellis.product.Category
@@ -20,6 +20,6 @@ digraph G {
// gr.spinellis.product.Category NAVASSOC java.lang.String
c21:p -> c27:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
// java.lang.String
- c27 [label=<>, URL="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c27 [label=<>, URL="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
}
diff --git a/testdata/umldoc-ref/gr/spinellis/product/Category.html b/testdata/umldoc-ref/gr/spinellis/product/Category.html
index 63c034a..69da1b9 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/Category.html
+++ b/testdata/umldoc-ref/gr/spinellis/product/Category.html
@@ -2,9 +2,9 @@
-
+
Category
-
+
@@ -87,16 +87,8 @@
diff --git a/testdata/umldoc-ref/gr/spinellis/product/Product.dot b/testdata/umldoc-ref/gr/spinellis/product/Product.dot
index 0f756b1..e34b4d9 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/Product.dot
+++ b/testdata/umldoc-ref/gr/spinellis/product/Product.dot
@@ -1,7 +1,7 @@
#!/usr/local/bin/dot
#
# Class diagram
-# Generated by UMLGraph version R5_7_0-10-g786d98 (http://www.umlgraph.org/)
+# Generated by UMLGraph version R5_7_2-11-g86574a (http://www.umlgraph.org/)
#
digraph G {
@@ -10,13 +10,13 @@ digraph G {
nodesep=0.25;
ranksep=0.5;
// gr.spinellis.invoice.InvoiceItem
- c56 [label=< InvoiceItem gr.spinellis.invoice
>, URL="../invoice/InvoiceItem.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c56 [label=< InvoiceItem gr.spinellis.invoice
>, URL="../invoice/InvoiceItem.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Invoice
- c57 [label=< Invoice gr.spinellis.invoice
>, URL="../invoice/Invoice.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c57 [label=< Invoice gr.spinellis.invoice
>, URL="../invoice/Invoice.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Product
- c59 [label=<>, URL="./Product.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c59 [label=<>, URL="./Product.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Category
- c60 [label=<>, URL="./Category.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c60 [label=<>, URL="./Category.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.InvoiceItem NAVASSOC gr.spinellis.product.Product
c56:p -> c59:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
// gr.spinellis.invoice.Invoice NAVASSOC gr.spinellis.invoice.InvoiceItem
@@ -30,6 +30,6 @@ digraph G {
// gr.spinellis.invoice.Invoice DEPEND gr.spinellis.product.Product
c57:p -> c59:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open, style=dashed];
// java.lang.String
- c61 [label=<>, URL="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c61 [label=<>, URL="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
}
diff --git a/testdata/umldoc-ref/gr/spinellis/product/Product.html b/testdata/umldoc-ref/gr/spinellis/product/Product.html
index 42dbb65..5319c4b 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/Product.html
+++ b/testdata/umldoc-ref/gr/spinellis/product/Product.html
@@ -2,9 +2,9 @@
-
+
Product
-
+
@@ -87,20 +87,8 @@
diff --git a/testdata/umldoc-ref/gr/spinellis/product/gr.spinellis.product.dot b/testdata/umldoc-ref/gr/spinellis/product/gr.spinellis.product.dot
index a1e9f6d..04606aa 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/gr.spinellis.product.dot
+++ b/testdata/umldoc-ref/gr/spinellis/product/gr.spinellis.product.dot
@@ -1,7 +1,7 @@
#!/usr/local/bin/dot
#
# Class diagram
-# Generated by UMLGraph version R5_7_0-10-g786d98 (http://www.umlgraph.org/)
+# Generated by UMLGraph version R5_7_2-11-g86574a (http://www.umlgraph.org/)
#
digraph G {
@@ -10,9 +10,9 @@ digraph G {
nodesep=0.25;
ranksep=0.5;
// gr.spinellis.product.Product
- c8 [label=<>, URL="./Product.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c8 [label=<>, URL="./Product.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Category
- c9 [label=<>, URL="./Category.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c9 [label=<>, URL="./Category.html", fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Product NAVASSOC gr.spinellis.product.Category
c8:p -> c9:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
}
diff --git a/testdata/umldoc-ref/gr/spinellis/product/package-frame.html b/testdata/umldoc-ref/gr/spinellis/product/package-frame.html
index ac90d4e..7c2f904 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/package-frame.html
+++ b/testdata/umldoc-ref/gr/spinellis/product/package-frame.html
@@ -2,9 +2,9 @@
-
+
gr.spinellis.product
-
+
diff --git a/testdata/umldoc-ref/gr/spinellis/product/package-summary.html b/testdata/umldoc-ref/gr/spinellis/product/package-summary.html
index 38a8409..06156cb 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/package-summary.html
+++ b/testdata/umldoc-ref/gr/spinellis/product/package-summary.html
@@ -2,9 +2,9 @@
-
+
gr.spinellis.product
-
+
@@ -70,14 +70,8 @@
diff --git a/testdata/umldoc-ref/gr/spinellis/product/package-tree.html b/testdata/umldoc-ref/gr/spinellis/product/package-tree.html
index 8fcbdce..ba79b80 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/package-tree.html
+++ b/testdata/umldoc-ref/gr/spinellis/product/package-tree.html
@@ -2,9 +2,9 @@
-
+
gr.spinellis.product Class Hierarchy
-
+