summaryrefslogtreecommitdiffstats
path: root/relblobif/dbtile.hh
diff options
context:
space:
mode:
Diffstat (limited to 'relblobif/dbtile.hh')
-rw-r--r--relblobif/dbtile.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/relblobif/dbtile.hh b/relblobif/dbtile.hh
index d95d86b..24b5ced 100644
--- a/relblobif/dbtile.hh
+++ b/relblobif/dbtile.hh
@@ -48,7 +48,9 @@ class r_Error;
This class is used in tilemgr as an interface to the persistent tiles. There are subclasses of dbtile which store themselves differently. This class can also be used to get rid of tilemgr/TransTile. When no persistent tile is needed then a dbtile and not a blobtile/inlinetile can be used.
*/
-
+/**
+ * \ingroup Relblobifs
+ */
class DBTile : public DBObject
{
public: