summaryrefslogtreecommitdiffstats
path: root/tilemgr/tile.hh
diff options
context:
space:
mode:
authorshaan <s.rauniyar@jacobs-university.de>2009-06-07 20:50:37 +0200
committerConstantin <jucovschi@gmail.com>2010-04-01 11:58:14 +0200
commitffce6cb811b0e5063d2ca2fcc8e21b5bf8cb3993 (patch)
treeab0952773fd163e3bd60fb287766a128ce8f1aaa /tilemgr/tile.hh
parenta9e93f984d8406f60596f210187878d750a9644a (diff)
downloadrasdaman-upstream-ffce6cb811b0e5063d2ca2fcc8e21b5bf8cb3993.tar.gz
rasdaman-upstream-ffce6cb811b0e5063d2ca2fcc8e21b5bf8cb3993.tar.xz
rasdaman-upstream-ffce6cb811b0e5063d2ca2fcc8e21b5bf8cb3993.zip
Module for tilemgr
Diffstat (limited to 'tilemgr/tile.hh')
-rw-r--r--tilemgr/tile.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tilemgr/tile.hh b/tilemgr/tile.hh
index 5534fda..6a11005 100644
--- a/tilemgr/tile.hh
+++ b/tilemgr/tile.hh
@@ -73,6 +73,14 @@ Persistent Tiles are created either by servercomm, when data is received from a
index. The query tree can also create tiles in case of INSERT or UPDATE queries, and Tile::splitTile creates new tiles.
*/
+/**
+ * \defgroup Tilemgrs Tilemgr Classes
+ */
+
+/**
+ * \ingroup Tilemgrs
+ */
+
class Tile
{
public: