Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2010-03-01 14:53:14 +0000
committerJohn Arthorne2010-03-01 14:53:14 +0000
commit3d26be589483e7eabaddd09e7bc2885dac0c01ed (patch)
treedd6f6d1235fa9161ff76d756ca735e1ccb60558d
parent910eba4dd9f4da67a9b1a8330836d528cfa0b2d1 (diff)
downloadrt.equinox.p2-3d26be589483e7eabaddd09e7bc2885dac0c01ed.tar.gz
rt.equinox.p2-3d26be589483e7eabaddd09e7bc2885dac0c01ed.tar.xz
rt.equinox.p2-3d26be589483e7eabaddd09e7bc2885dac0c01ed.zip
added package javadoc
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/index/package.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/index/package.html b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/index/package.html
new file mode 100644
index 000000000..3486d12fb
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/metadata/index/package.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <title>Package-level Javadoc</title>
+</head>
+<body>
+Provides classes for metadata query indexing
+<h2>
+Package Specification</h2>
+<p>
+This package provides API for creating and manipulating indices that are used
+to optimize queries against a particular queryable source.
+<p>
+@since 2.0
+<p>
+</body>
+</html>

Back to the top