summaryrefslogtreecommitdiffstats
path: root/relmddif
diff options
context:
space:
mode:
authorshaan <s.rauniyar@jacobs-university.de>2009-06-07 19:45:38 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-06-08 15:48:01 +0200
commit4474e33066c7470a046afcf6c3c702f7eac7b8c8 (patch)
tree80ccbdb52a99cc120b11db86ff816652cceba3b3 /relmddif
parente74dc34bfd53cdc363e2915f247aa60fe6cbb166 (diff)
downloadrasdaman-upstream-4474e33066c7470a046afcf6c3c702f7eac7b8c8.tar.gz
rasdaman-upstream-4474e33066c7470a046afcf6c3c702f7eac7b8c8.tar.xz
rasdaman-upstream-4474e33066c7470a046afcf6c3c702f7eac7b8c8.zip
Module for relmddif
Diffstat (limited to 'relmddif')
-rw-r--r--relmddif/dbmddobj.hh7
-rw-r--r--relmddif/dbmddset.hh4
2 files changed, 11 insertions, 0 deletions
diff --git a/relmddif/dbmddobj.hh b/relmddif/dbmddobj.hh
index 4497373..edd0ea1 100644
--- a/relmddif/dbmddobj.hh
+++ b/relmddif/dbmddobj.hh
@@ -54,6 +54,13 @@ The DBMDDObj stores the following data:
-Storagelayout: has asorted methods for modifying how the data is stored in the database.
The definition domain is stored in an extensible but inefficient way.
*/
+/**
+ * \defgroup Relmddifs Relmddif Classes
+ */
+
+/**
+ * \ingroup Relmddifs
+ */
class DBMDDObj : public DBObject
{
diff --git a/relmddif/dbmddset.hh b/relmddif/dbmddset.hh
index 7df6cd4..54ab5f1 100644
--- a/relmddif/dbmddset.hh
+++ b/relmddif/dbmddset.hh
@@ -45,6 +45,10 @@ class CollectionType;
This class should only be used by DBMDDColl.
*/
+/**
+ * \ingroup Relmddifs
+ */
+
class DBMDDSet : public DBNamedObject
{
public: