From 561b50c0f2e3f2d3b317c4dfa105e05bb43845dc Mon Sep 17 00:00:00 2001 From: Andrea Aime Date: Sun, 4 Jun 2006 09:22:03 +0000 Subject: [PATCH] Inflict UmlDoc on itself: UmlGraph javadoc generation now uses UmlDoc to generate nice "fur ball class diagrams" as someone calls them. Heh, the package diagram and the ClassGraph diagrams do look like fur balls indeed, speaking to us and asking for mercy (aka, splitting the package into subpackages and splitting ClassGraph into smaller and better defined units). All in all, having fur balls generation is not that bad, in a sense it makes people see what classes/package are brittle and which are on the contrary crisp, better defined... --- build.xml | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/build.xml b/build.xml index 9b7a983..ae13871 100644 --- a/build.xml +++ b/build.xml @@ -67,27 +67,20 @@ class Version { public static String VERSION = "${VERSION}";} - + + + + + + + + + + + - - - - - - - - - - - - - - - - -