From 0de8441f02b525107565e8b21f57b01bcf6a5363 Mon Sep 17 00:00:00 2001 From: mdb Date: Sun, 12 Aug 2001 01:45:46 +0000 Subject: [PATCH] Yet more documentation mania! git-svn-id: https://samskivert.googlecode.com/svn/trunk@237 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/build.xml | 1 + .../src/java/com/samskivert/overview.html | 74 +++++++++++++++++++ .../java/com/samskivert/webmacro/package.html | 7 +- 3 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 projects/samskivert/src/java/com/samskivert/overview.html diff --git a/projects/samskivert/build.xml b/projects/samskivert/build.xml index b5141af0..25dee261 100644 --- a/projects/samskivert/build.xml +++ b/projects/samskivert/build.xml @@ -49,6 +49,7 @@ packagenames="${doc.packages}" windowtitle="${app.name} API" doctitle="${app.name} API" + overview="src/java/com/samskivert/overview.html" bottom="Copyright © 2001 ${copyright.holder}. All Rights Reserved." destdir="${javadoc.dir}"> diff --git a/projects/samskivert/src/java/com/samskivert/overview.html b/projects/samskivert/src/java/com/samskivert/overview.html new file mode 100644 index 00000000..66ab965c --- /dev/null +++ b/projects/samskivert/src/java/com/samskivert/overview.html @@ -0,0 +1,74 @@ + + + + + + + + The samskivert library (SL) aims to provide useful reusable Java + routines that do things for which I've been unable to find useful + reusable implementations on the net. + +

Given the emphasis on reusability, SL attempts to closely adhere + to the following principles: + +

+ +

I and others who have contributed to the library hope that you + find it useful, easy to use and time saving. Comments and + contributions are always welcome. + +

-- mdb@samskivert.com + + + diff --git a/projects/samskivert/src/java/com/samskivert/webmacro/package.html b/projects/samskivert/src/java/com/samskivert/webmacro/package.html index 4a7aa823..f3f493cb 100644 --- a/projects/samskivert/src/java/com/samskivert/webmacro/package.html +++ b/projects/samskivert/src/java/com/samskivert/webmacro/package.html @@ -3,7 +3,7 @@