From 8d81c2c085efd25197df14bdf1b2bd373e1c37d1 Mon Sep 17 00:00:00 2001 From: shaan Date: Sun, 7 Jun 2009 14:11:10 +0200 Subject: Modules for relblobif --- relblobif/dbtile.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'relblobif/dbtile.hh') 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: -- cgit