aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
diff options
context:
space:
mode:
authorAndrew C. Oliver <acoliver@apache.org>2002-03-10 16:48:03 +0000
committerAndrew C. Oliver <acoliver@apache.org>2002-03-10 16:48:03 +0000
commit28aa7503078f1f9727227ff3076e5b7e3199cdd9 (patch)
tree8c2cdd984121b7ae1d888ce4b67d9add1bbd782e /src/java/org/apache/poi/poifs
parent2e47d55d559463fcc0315f2b8d79bce8339701c9 (diff)
downloadpoi-28aa7503078f1f9727227ff3076e5b7e3199cdd9.tar.gz
poi-28aa7503078f1f9727227ff3076e5b7e3199cdd9.zip
javadoc pacakge file
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352185 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/poifs')
-rwxr-xr-xsrc/java/org/apache/poi/poifs/package.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/poifs/package.html b/src/java/org/apache/poi/poifs/package.html
new file mode 100755
index 0000000000..7e32376d53
--- /dev/null
+++ b/src/java/org/apache/poi/poifs/package.html
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+</head>
+<body bgcolor="white">
+
+Poor Obfuscation Implementation FileSystem APIs implement the OLE 2 Compound Document format in
+pure Java. All POI subprojects are based upon this API.
+
+<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
+@see org.apache.poi.hpsf
+</body>
+</html>