summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew C. Oliver <acoliver@apache.org>2002-03-10 16:58:28 +0000
committerAndrew C. Oliver <acoliver@apache.org>2002-03-10 16:58:28 +0000
commit76a3e3915aa51601b8f1b90d3a58485ae8994a4e (patch)
treef2c5cdfa09bd191d5c2f734dd5d2a0d2ea9f08c0
parent5014588f555be2c449c319a03a39a967cb299669 (diff)
downloadpoi-76a3e3915aa51601b8f1b90d3a58485ae8994a4e.tar.gz
poi-76a3e3915aa51601b8f1b90d3a58485ae8994a4e.zip
added javadoc package descripts
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352191 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xsrc/java/org/apache/poi/poifs/common/package.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/poifs/common/package.html b/src/java/org/apache/poi/poifs/common/package.html
new file mode 100755
index 0000000000..db2d860f6a
--- /dev/null
+++ b/src/java/org/apache/poi/poifs/common/package.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+</head>
+<body bgcolor="white">
+
+common package contains constants and other classes shared across all POIFS subpackages
+
+<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>