diff --git a/testdata/umldoc-ref/allclasses-frame.html b/testdata/umldoc-ref/allclasses-frame.html
index e44d5c1..c69daef 100644
--- a/testdata/umldoc-ref/allclasses-frame.html
+++ b/testdata/umldoc-ref/allclasses-frame.html
@@ -2,12 +2,12 @@
-
+
All Classes
-
+
diff --git a/testdata/umldoc-ref/allclasses-noframe.html b/testdata/umldoc-ref/allclasses-noframe.html
index e28ca47..162c967 100644
--- a/testdata/umldoc-ref/allclasses-noframe.html
+++ b/testdata/umldoc-ref/allclasses-noframe.html
@@ -2,12 +2,12 @@
-
+
All Classes
-
+
diff --git a/testdata/umldoc-ref/constant-values.html b/testdata/umldoc-ref/constant-values.html
index 745ffa0..0764c4f 100644
--- a/testdata/umldoc-ref/constant-values.html
+++ b/testdata/umldoc-ref/constant-values.html
@@ -2,12 +2,12 @@
-
+
Constant Field Values
-
+
diff --git a/testdata/umldoc-ref/deprecated-list.html b/testdata/umldoc-ref/deprecated-list.html
index 8d7aebe..6cf349b 100644
--- a/testdata/umldoc-ref/deprecated-list.html
+++ b/testdata/umldoc-ref/deprecated-list.html
@@ -2,12 +2,12 @@
-
+
Deprecated List
-
+
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/Customer.dot b/testdata/umldoc-ref/gr/spinellis/invoice/Customer.dot
index 2a4603e..d20940f 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/Customer.dot
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/Customer.dot
@@ -7,15 +7,17 @@
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.Invoice
- c41 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c41 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Customer
- c42 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c42 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Invoice NAVASSOC gr.spinellis.invoice.Customer
c41:p -> c42:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
// gr.spinellis.invoice.Customer NAVASSOC java.lang.String
c42:p -> c45:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
// java.lang.String
- c45 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c45 [label=<>, 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 250007f..35312bc 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/Customer.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/Customer.html
@@ -2,12 +2,12 @@
-
+
Customer
-
+
@@ -91,11 +91,11 @@ gr.spinellis.invoice
Class Customer
-
+
java.lang.Object
gr.spinellis.invoice.Customer
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.dot b/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.dot
index 4425355..850d66b 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.dot
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.dot
@@ -7,14 +7,16 @@
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
- c34 [label=<
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c34 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Invoice
- c35 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c35 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Customer
- c36 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c36 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Product
- c37 [label=<| Product | | gr.spinellis.product |
|
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c37 [label=<| Product | | gr.spinellis.product |
|
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.InvoiceItem NAVASSOC gr.spinellis.product.Product
c34:p -> c37:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
// gr.spinellis.invoice.Invoice NAVASSOC gr.spinellis.invoice.InvoiceItem
@@ -26,6 +28,6 @@ digraph G {
// gr.spinellis.invoice.Invoice DEPEND gr.spinellis.product.Product
c35:p -> c37:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open, style=dashed];
// java.util.Date
- c39 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c39 [label=<>, 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 c720c13..9400e46 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/Invoice.html
@@ -2,12 +2,12 @@
-
+
Invoice
-
+
@@ -91,13 +91,13 @@ gr.spinellis.invoice
Class Invoice
-
+
java.lang.Object
gr.spinellis.invoice.Invoice
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.dot b/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.dot
index a94849b..f7e2d4c 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.dot
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.dot
@@ -7,12 +7,14 @@
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
- c12 [label=<
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c12 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Invoice
- c16 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c16 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Product
- c20 [label=<| Product | | gr.spinellis.product |
|
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c20 [label=<| Product | | gr.spinellis.product |
|
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.InvoiceItem NAVASSOC gr.spinellis.product.Product
c12:p -> c20: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 97ad84d..c0e57ac 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/InvoiceItem.html
@@ -2,12 +2,12 @@
-
+
InvoiceItem
-
+
@@ -91,11 +91,11 @@ gr.spinellis.invoice
Class InvoiceItem
-
+
java.lang.Object
gr.spinellis.invoice.InvoiceItem
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 c823b1d..685a77d 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/gr.spinellis.invoice.dot
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/gr.spinellis.invoice.dot
@@ -7,12 +7,14 @@
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=<
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c0 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Invoice
- c1 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c1 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Customer
- c2 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c2 [label=<>, 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
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/package-frame.html b/testdata/umldoc-ref/gr/spinellis/invoice/package-frame.html
index 102b5d6..3145a30 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/package-frame.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/package-frame.html
@@ -2,12 +2,12 @@
-
+
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 50cbe4b..03c7440 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/package-summary.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/package-summary.html
@@ -2,12 +2,12 @@
-
+
gr.spinellis.invoice
-
+
@@ -82,11 +82,11 @@ function windowTitle()
Package gr.spinellis.invoice
-
+
diff --git a/testdata/umldoc-ref/gr/spinellis/invoice/package-tree.html b/testdata/umldoc-ref/gr/spinellis/invoice/package-tree.html
index 810e98f..0048957 100644
--- a/testdata/umldoc-ref/gr/spinellis/invoice/package-tree.html
+++ b/testdata/umldoc-ref/gr/spinellis/invoice/package-tree.html
@@ -2,12 +2,12 @@
-
+
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 e951793..48b4864 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/Category.dot
+++ b/testdata/umldoc-ref/gr/spinellis/product/Category.dot
@@ -7,10 +7,12 @@
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.product.Product
- c57 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c57 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Category
- c58 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c58 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Product NAVASSOC java.lang.String
c57:p -> c59: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 +22,6 @@ digraph G {
// gr.spinellis.product.Category NAVASSOC gr.spinellis.product.Product
c58:p -> c57:p [taillabel="", label="", headlabel="*", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open];
// java.lang.String
- c59 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c59 [label=<>, 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 3ddbbda..81d4bed 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/Category.html
+++ b/testdata/umldoc-ref/gr/spinellis/product/Category.html
@@ -2,12 +2,12 @@
-
+
Category
-
+
@@ -91,11 +91,11 @@ gr.spinellis.product
Class Category
-
+
java.lang.Object
gr.spinellis.product.Category
diff --git a/testdata/umldoc-ref/gr/spinellis/product/Product.dot b/testdata/umldoc-ref/gr/spinellis/product/Product.dot
index f861ac0..9a51f3d 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/Product.dot
+++ b/testdata/umldoc-ref/gr/spinellis/product/Product.dot
@@ -7,14 +7,16 @@
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
- c46 [label=<
| InvoiceItem | | gr.spinellis.invoice |
|
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c46 [label=<| InvoiceItem | | gr.spinellis.invoice |
|
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.Invoice
- c47 [label=<| Invoice | | gr.spinellis.invoice |
|
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c47 [label=<| Invoice | | gr.spinellis.invoice |
|
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Product
- c49 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c49 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Category
- c50 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c50 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.invoice.InvoiceItem NAVASSOC gr.spinellis.product.Product
c46:p -> c49: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 +32,6 @@ digraph G {
// gr.spinellis.invoice.Invoice DEPEND gr.spinellis.product.Product
c47:p -> c49:p [taillabel="", label="", headlabel="", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=open, style=dashed];
// java.lang.String
- c51 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c51 [label=<>, 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 f3ca4b5..802e23a 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/Product.html
+++ b/testdata/umldoc-ref/gr/spinellis/product/Product.html
@@ -2,12 +2,12 @@
-
+
Product
-
+
@@ -91,13 +91,13 @@ gr.spinellis.product
Class Product
-
+
java.lang.Object
gr.spinellis.product.Product
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 ef819d1..0d448da 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/gr.spinellis.product.dot
+++ b/testdata/umldoc-ref/gr/spinellis/product/gr.spinellis.product.dot
@@ -7,10 +7,12 @@
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.product.Product
- c8 [label=<
>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c8 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
// gr.spinellis.product.Category
- c9 [label=<>, fontname="Helvetica", fontcolor="black", fontsize=10.0];
+ c9 [label=<>, 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];
// gr.spinellis.product.Category NAVASSOC gr.spinellis.product.Product
diff --git a/testdata/umldoc-ref/gr/spinellis/product/package-frame.html b/testdata/umldoc-ref/gr/spinellis/product/package-frame.html
index 8df1dcc..ced48e3 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/package-frame.html
+++ b/testdata/umldoc-ref/gr/spinellis/product/package-frame.html
@@ -2,12 +2,12 @@
-
+
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 e5e7ce8..fd5f10c 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/package-summary.html
+++ b/testdata/umldoc-ref/gr/spinellis/product/package-summary.html
@@ -2,12 +2,12 @@
-
+
gr.spinellis.product
-
+
@@ -82,10 +82,10 @@ function windowTitle()
Package gr.spinellis.product
-
+
diff --git a/testdata/umldoc-ref/gr/spinellis/product/package-tree.html b/testdata/umldoc-ref/gr/spinellis/product/package-tree.html
index 9399b77..dcd02d8 100644
--- a/testdata/umldoc-ref/gr/spinellis/product/package-tree.html
+++ b/testdata/umldoc-ref/gr/spinellis/product/package-tree.html
@@ -2,12 +2,12 @@
-
+
gr.spinellis.product Class Hierarchy
-
+
diff --git a/testdata/umldoc-ref/help-doc.html b/testdata/umldoc-ref/help-doc.html
index 2d0f5fe..23f74dd 100644
--- a/testdata/umldoc-ref/help-doc.html
+++ b/testdata/umldoc-ref/help-doc.html
@@ -2,12 +2,12 @@
-
+
API Help
-
+
diff --git a/testdata/umldoc-ref/index-all.html b/testdata/umldoc-ref/index-all.html
index 5c11061..177678d 100644
--- a/testdata/umldoc-ref/index-all.html
+++ b/testdata/umldoc-ref/index-all.html
@@ -2,12 +2,12 @@
-
+
Index
-
+
diff --git a/testdata/umldoc-ref/index.html b/testdata/umldoc-ref/index.html
index 2f57066..b5f8f77 100644
--- a/testdata/umldoc-ref/index.html
+++ b/testdata/umldoc-ref/index.html
@@ -2,7 +2,7 @@
-
+
Generated Documentation (Untitled)
diff --git a/testdata/umldoc-ref/overview-frame.html b/testdata/umldoc-ref/overview-frame.html
index 5604bba..0381f8b 100644
--- a/testdata/umldoc-ref/overview-frame.html
+++ b/testdata/umldoc-ref/overview-frame.html
@@ -2,12 +2,12 @@
-
+
Overview List
-
+
diff --git a/testdata/umldoc-ref/overview-summary.html b/testdata/umldoc-ref/overview-summary.html
index 7051952..5801567 100644
--- a/testdata/umldoc-ref/overview-summary.html
+++ b/testdata/umldoc-ref/overview-summary.html
@@ -2,12 +2,12 @@
-
+
Overview
-
+
diff --git a/testdata/umldoc-ref/overview-tree.html b/testdata/umldoc-ref/overview-tree.html
index 908c4f7..8801b76 100644
--- a/testdata/umldoc-ref/overview-tree.html
+++ b/testdata/umldoc-ref/overview-tree.html
@@ -2,12 +2,12 @@
-
+
Class Hierarchy
-
+