Javadoc related fixes.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@503 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<!-- things you may want to change -->
|
||||
<property name="app.name" value="viztool"/>
|
||||
<property name="doc.packages" value="com.samskivert.*"/>
|
||||
<property name="doc.overview" value="com/samskivert/overview.html"/>
|
||||
<property name="doc.overview" value="com/samskivert/viztool/overview.html"/>
|
||||
<property name="copyright.holder" value="Michael Bayne"/>
|
||||
<property name="build.compiler" value="jikes"/>
|
||||
<property name="java.libraries" value="/usr/share/java"/>
|
||||
@@ -53,7 +53,8 @@
|
||||
doctitle="${app.name} API"
|
||||
overview="${src.dir}/${doc.overview}"
|
||||
bottom="Copyright © 2001 ${copyright.holder}. All Rights Reserved."
|
||||
destdir="${javadoc.dir}">
|
||||
destdir="${javadoc.dir}"
|
||||
additionalparam="-breakiterator">
|
||||
<classpath refid="classpath"/>
|
||||
<link href="http://www.waywardgeeks.org/code/samskivert/javadoc"/>
|
||||
<link href="http://java.sun.com/j2se/1.3/docs/api/"/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<!--
|
||||
|
||||
$Id: package.html,v 1.2 2001/08/12 04:36:58 mdb Exp $
|
||||
$Id: package.html,v 1.3 2001/12/03 10:08:33 mdb Exp $
|
||||
|
||||
viztool - a tool for visualizing collections of java classes
|
||||
Copyright (C) 2001 Michael Bayne
|
||||
@@ -26,26 +26,9 @@
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
|
||||
The layout and rendering code that performs the actual visualization.
|
||||
|
||||
<p> Presently, the only visuzliation is provided by the {@link
|
||||
com.samskivert.viztool.viz.HierarchyVisualizer} and it is accessed
|
||||
directly by the driver. This will likely eventually change and an
|
||||
interface will be provided through which the driver accesses
|
||||
visualizers (probably {@link com.samskivert.viztool.viz.Visualizer})
|
||||
and generates visualizations.
|
||||
|
||||
<p> The hierarchy visualizer makes use of some lower level
|
||||
visualization components that will likely come in handy in
|
||||
generating other visualizations. These include the {@link
|
||||
com.samskivert.viztool.viz.Element} and {@link
|
||||
com.samskivert.viztool.viz.ElementLayout} interfaces.
|
||||
|
||||
<p> The {@link com.samskivert.viztool.viz.ChainGroup} class should
|
||||
probably evolve into something more general that lays out
|
||||
collections of elements that are all part of a particular package
|
||||
rather than explicitly working with {@link
|
||||
com.samskivert.viztool.viz.Chain} instances.
|
||||
General purpose layout support classes. These include the {@link
|
||||
com.samskivert.viztool.layout.Element} and {@link
|
||||
com.samskivert.viztool.layout.ElementLayout} interfaces.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user