summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorroot <root@makokal-tower.(none)>2009-06-08 13:48:12 +0200
committerConstantin <jucovschi@gmail.com>2010-04-01 11:58:59 +0200
commitf8e4f8040ed048467cce6479f373b7bf7223f9f6 (patch)
treec642d73092a89918a395fec0c82554821b4fb246 /debug
parentaa6f637b54e5fce2c5a78cb32201a4e1c8f89557 (diff)
downloadrasdaman-upstream-f8e4f8040ed048467cce6479f373b7bf7223f9f6.tar.gz
rasdaman-upstream-f8e4f8040ed048467cce6479f373b7bf7223f9f6.tar.xz
rasdaman-upstream-f8e4f8040ed048467cce6479f373b7bf7223f9f6.zip
converted applications,clientcomm,commline,compression,debug and include directories to modules.chnages made by billy
Diffstat (limited to 'debug')
-rw-r--r--debug/debug-clt.hh8
-rw-r--r--debug/debug-srv.hh6
-rw-r--r--debug/debug.hh6
3 files changed, 20 insertions, 0 deletions
diff --git a/debug/debug-clt.hh b/debug/debug-clt.hh
index 4a37565..5842a62 100644
--- a/debug/debug-clt.hh
+++ b/debug/debug-clt.hh
@@ -30,6 +30,14 @@ rasdaman GmbH.
*
*/
+/**
+* @defgroup Debug Debug
+*
+* @file debug-clt.hh
+*
+* @ingroup Debug
+*/
+
#define OSTREAM cout
#include "debug.hh"
diff --git a/debug/debug-srv.hh b/debug/debug-srv.hh
index 2660355..7b3f033 100644
--- a/debug/debug-srv.hh
+++ b/debug/debug-srv.hh
@@ -30,6 +30,12 @@ rasdaman GmbH.
*
*/
+/**
+* @file debug-srv.hh
+*
+* @ingroup Debug
+*/
+
#define OSTREAM RMInit::logOut
#include "debug.hh"
diff --git a/debug/debug.hh b/debug/debug.hh
index d9fb8b2..f557e21 100644
--- a/debug/debug.hh
+++ b/debug/debug.hh
@@ -29,6 +29,12 @@ rasdaman GmbH.
* - needs RMInit
*/
+/**
+* @file debug.hh
+*
+* @ingroup Debug
+*/
+
#ifndef DEBUG_HH
#define DEBUG_HH