summaryrefslogtreecommitdiff
path: root/src/de/lmu/ifi/dbs/elki/index/package-info.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/lmu/ifi/dbs/elki/index/package-info.java')
-rw-r--r--src/de/lmu/ifi/dbs/elki/index/package-info.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/de/lmu/ifi/dbs/elki/index/package-info.java b/src/de/lmu/ifi/dbs/elki/index/package-info.java
index ca7dbe28..003a25bb 100644
--- a/src/de/lmu/ifi/dbs/elki/index/package-info.java
+++ b/src/de/lmu/ifi/dbs/elki/index/package-info.java
@@ -1,5 +1,8 @@
/**
* <p>Index structure implementations</p>
+ *
+ * @apiviz.exclude de.lmu.ifi.dbs.elki.index.*\.*\.Factory
+ * @apiviz.exclude de.lmu.ifi.dbs.elki.index.tree.TreeIndexFactory
*/
/*
This file is part of ELKI:
@@ -23,4 +26,4 @@
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-package de.lmu.ifi.dbs.elki.index; \ No newline at end of file
+package de.lmu.ifi.dbs.elki.index;