diff options
author | Andrew C. Oliver <acoliver@apache.org> | 2002-03-10 16:36:02 +0000 |
---|---|---|
committer | Andrew C. Oliver <acoliver@apache.org> | 2002-03-10 16:36:02 +0000 |
commit | 4f6ffd066fd5b7a7816ae583b5859b0117b035e0 (patch) | |
tree | c015ba26de46dae67be3996afe1ef06de5924c13 | |
parent | 52633fbf814cb40162c429713934d3cb092f75cb (diff) | |
download | poi-4f6ffd066fd5b7a7816ae583b5859b0117b035e0.tar.gz poi-4f6ffd066fd5b7a7816ae583b5859b0117b035e0.zip |
package docs for javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352181 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | src/java/org/apache/poi/hssf/dev/package.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/hssf/dev/package.html b/src/java/org/apache/poi/hssf/dev/package.html new file mode 100755 index 0000000000..5b691c587d --- /dev/null +++ b/src/java/org/apache/poi/hssf/dev/package.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<html> +<head> +</head> +<body bgcolor="white"> + +DEV package serves two purposes. 1. Examples for how to use HSSF and 2. tools for developing +and validating HSSF. + +<h2>Related Documentation</h2> + +For overviews, tutorials, examples, guides, and tool documentation, please see: +<ul> +<li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a> +</ul> + +<!-- Put @see and @since tags down here. --> +@see org.apache.poi.hssf +</body> +</html> |