From b5fe5911833b507a2c5ab2c815b176aad5fa4fde Mon Sep 17 00:00:00 2001 From: shaan Date: Sun, 7 Jun 2009 14:40:01 +0200 Subject: Module for relindexif --- relindexif/dbrcindexds.hh | 8 ++++++++ relindexif/dbtcindex.hh | 4 ++++ relindexif/hierindex.hh | 4 ++++ 3 files changed, 16 insertions(+) (limited to 'relindexif') diff --git a/relindexif/dbrcindexds.hh b/relindexif/dbrcindexds.hh index ee74061..9b4049c 100644 --- a/relindexif/dbrcindexds.hh +++ b/relindexif/dbrcindexds.hh @@ -68,6 +68,14 @@ As: InlineMinterval myDomain 10 * dim */ +/** + * \defgroup Relindexifs Relindexif Classes + */ + +/** + * \ingroup Relindexifs + */ + class DBRCIndexDS : public IndexDS { public: diff --git a/relindexif/dbtcindex.hh b/relindexif/dbtcindex.hh index e1f9688..9754b8e 100644 --- a/relindexif/dbtcindex.hh +++ b/relindexif/dbtcindex.hh @@ -32,6 +32,10 @@ This class stores data of hierarchical indexes in the database. It is extended for further information on the methods of this class see hierindexds and indexds interface classes in indexmgr. */ +/** + * \ingroup Relindexifs + */ + class DBTCIndex : public DBHierIndex { public: diff --git a/relindexif/hierindex.hh b/relindexif/hierindex.hh index 89b2043..b90cec9 100644 --- a/relindexif/hierindex.hh +++ b/relindexif/hierindex.hh @@ -38,6 +38,10 @@ Beware of the cache when droping the IndexDS classes! See indexmgr/hierindexds.hh and indexmgr/indexds.hh for documentation. */ +/** + * \ingroup Relindexifs + */ + class DBHierIndex : public HierIndexDS { public: -- cgit