summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--relindexif/dbrcindexds.hh8
-rw-r--r--relindexif/dbtcindex.hh4
-rw-r--r--relindexif/hierindex.hh4
3 files changed, 16 insertions, 0 deletions
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: