From 10d62dabb8b19f7dc957e1c7620c43fb47500bd6 Mon Sep 17 00:00:00 2001 From: Andrea Aime Date: Sun, 11 Jun 2006 15:16:25 +0000 Subject: [PATCH] Logged changes so far --- doc/ver.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/ver.xml b/doc/ver.xml index 3e66508..361f69e 100644 --- a/doc/ver.xml +++ b/doc/ver.xml @@ -4,6 +4,22 @@
Version 4.4 Under development
+
    +
  • Major new functionality: UmlDoc, a new doclet that can generate context and package + class diagrams integrated with the standard javadoc output. Uses the same switches + as UmlGraph. (Andrea Aime)
  • +
  • Removed -vebose2 option, use the standard -quiet option instead to avoid UmlDoc and + UmlGraph printing notices. (Andrea Aime)
  • +
  • Added -inferdepvis option, that allows to control which member of a class will be used + for dependency inference. Acceptable values are private, package, protected and public. + Makes sense when inferring dependencies without using -useimports.
  • +
  • Added -inferdepinpackage option, that enables dependency inference among classes in the + same package. This is disabled by default, since there is no reliable way to infer + them, and classes in the same package are supposed to be related anyway.
  • +
  • Support the -link flag in the same way as the standard doclet, in order to populate + the api doc map, used to generate image maps with links to associated external classes. +
  • +
Version 4.3 2006/03/05