summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--applications/directql/directql_signal.hh2
-rw-r--r--applications/directql/template_inst.hh2
-rw-r--r--applications/rasql/rasql_signal.hh2
-rw-r--r--applications/rview/labelManager.hh8
-rw-r--r--applications/rview/rview.hh6
-rw-r--r--applications/rview/rviewApp.hh6
-rw-r--r--applications/rview/rviewColMap.hh5
-rw-r--r--applications/rview/rviewDModes.hh5
-rw-r--r--applications/rview/rviewDb.hh5
-rw-r--r--applications/rview/rviewDisplay.hh6
-rw-r--r--applications/rview/rviewIO.hh6
-rw-r--r--applications/rview/rviewMDD.hh6
-rw-r--r--applications/rview/rviewOSection.hh6
-rw-r--r--applications/rview/rviewPrefs.hh6
-rw-r--r--applications/rview/rviewQuery.hh6
-rw-r--r--applications/rview/rviewSound.hh6
-rw-r--r--applications/rview/rviewThumb.hh6
-rw-r--r--applications/rview/rviewTypeMan.hh6
-rw-r--r--applications/rview/rviewTypes.hh5
-rw-r--r--applications/rview/rviewUtils.hh6
-rw-r--r--clientcomm/clientcomm.hh21
-rw-r--r--clientcomm/rpcclientcomm.hh26
-rw-r--r--commline/cmlparser.hh7
-rw-r--r--compression/compresstime.hh8
-rw-r--r--compression/lincompstream.hh6
-rw-r--r--compression/nocompstream.hh6
-rw-r--r--compression/tilecompnone.hh5
-rw-r--r--compression/tilecompression.hh5
-rw-r--r--debug/debug-clt.hh8
-rw-r--r--debug/debug-srv.hh6
-rw-r--r--debug/debug.hh6
-rw-r--r--include/basictypes.hh8
-rw-r--r--include/globals.hh6
-rw-r--r--include/rasdaman.hh6
34 files changed, 200 insertions, 30 deletions
diff --git a/applications/directql/directql_signal.hh b/applications/directql/directql_signal.hh
index e70a343..92c41dc 100644
--- a/applications/directql/directql_signal.hh
+++ b/applications/directql/directql_signal.hh
@@ -27,6 +27,8 @@ rasdaman GmbH.
* No comments
*/
+//@ManMemo: Module: {\bf raslib}
+
#ifndef _RASQL_SIGNAL_HH_
#define _RASQL_SIGNAL_HH_
diff --git a/applications/directql/template_inst.hh b/applications/directql/template_inst.hh
index bed46ab..85be8d0 100644
--- a/applications/directql/template_inst.hh
+++ b/applications/directql/template_inst.hh
@@ -27,6 +27,8 @@ rasdaman GmbH.
* No comments
*/
+//@ManMemo: Module: {\bf raslib}
+
//for rb_tree, select1st
#include <function.h>
#include <tree.h>
diff --git a/applications/rasql/rasql_signal.hh b/applications/rasql/rasql_signal.hh
index 5ac67a5..82b27c1 100644
--- a/applications/rasql/rasql_signal.hh
+++ b/applications/rasql/rasql_signal.hh
@@ -31,6 +31,8 @@ rasdaman GmbH.
* No comments
*/
+//@ManMemo: Module: {\bf raslib}
+
#ifndef _RASQL_SIGNAL_HH_
#define _RASQL_SIGNAL_HH_
diff --git a/applications/rview/labelManager.hh b/applications/rview/labelManager.hh
index a4a81de..8687308 100644
--- a/applications/rview/labelManager.hh
+++ b/applications/rview/labelManager.hh
@@ -35,7 +35,13 @@ rasdaman GmbH.
* COMMENTS: None
*/
-
+/**
+* @defgroup Applications Applications
+*
+* @file labelManager.hh
+*
+* @ingroup Applications
+*/
#ifndef _LABEL_MANAGER_H_
#define _LABEL_MANAGER_H_
diff --git a/applications/rview/rview.hh b/applications/rview/rview.hh
index 1b26cc8..7cd0fce 100644
--- a/applications/rview/rview.hh
+++ b/applications/rview/rview.hh
@@ -32,7 +32,11 @@ rasdaman GmbH.
* none
*/
-
+/**
+* @file rview.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVIEW_H_
#define _RVIEW_H_
diff --git a/applications/rview/rviewApp.hh b/applications/rview/rviewApp.hh
index 9970b77..d8c4f53 100644
--- a/applications/rview/rviewApp.hh
+++ b/applications/rview/rviewApp.hh
@@ -32,6 +32,12 @@ rasdaman GmbH.
* none
*/
+/**
+* @file rviewApp.hh
+*
+* @ingroup Applications
+*/
+
#ifndef _RVIEW_APP_H_
#define _RVIEW_APP_H_
diff --git a/applications/rview/rviewColMap.hh b/applications/rview/rviewColMap.hh
index 8c7d0c4..f383b13 100644
--- a/applications/rview/rviewColMap.hh
+++ b/applications/rview/rviewColMap.hh
@@ -28,6 +28,11 @@ rasdaman GmbH.
* No comments
*/
+/**
+* @file rviewColMap.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVIEW_COLMAP_H_
#define _RVIEW_COLMAP_H_
diff --git a/applications/rview/rviewDModes.hh b/applications/rview/rviewDModes.hh
index 33c645c..b43d454 100644
--- a/applications/rview/rviewDModes.hh
+++ b/applications/rview/rviewDModes.hh
@@ -34,6 +34,11 @@ rasdaman GmbH.
* None
*/
+/**
+* @file rviewDmodes.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVIEW_DMODES_H_
#define _RVIEW_DMODES_H_
diff --git a/applications/rview/rviewDb.hh b/applications/rview/rviewDb.hh
index 33764f4..a5f5dd4 100644
--- a/applications/rview/rviewDb.hh
+++ b/applications/rview/rviewDb.hh
@@ -33,6 +33,11 @@ rasdaman GmbH.
* none
*/
+/**
+* @file rviewDb.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVIEW_DB_H_
diff --git a/applications/rview/rviewDisplay.hh b/applications/rview/rviewDisplay.hh
index 42cfb3a..62b441b 100644
--- a/applications/rview/rviewDisplay.hh
+++ b/applications/rview/rviewDisplay.hh
@@ -34,6 +34,12 @@ rasdaman GmbH.
* None
*/
+/**
+* @file rviewDisplay.hh
+*
+* @ingroup Applications
+*/
+
#ifndef _RVIEW_DISPLAY_H_
#define _RVIEW_DISPLAY_H_
diff --git a/applications/rview/rviewIO.hh b/applications/rview/rviewIO.hh
index dfede12..78ecb8b 100644
--- a/applications/rview/rviewIO.hh
+++ b/applications/rview/rviewIO.hh
@@ -33,7 +33,11 @@ rasdaman GmbH.
* None
*/
-
+/**
+* @file rviewIO.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVIEW_IO_H_
#define _RVIEW_IO_H_
diff --git a/applications/rview/rviewMDD.hh b/applications/rview/rviewMDD.hh
index 0248b35..75af272 100644
--- a/applications/rview/rviewMDD.hh
+++ b/applications/rview/rviewMDD.hh
@@ -53,7 +53,11 @@ rasdaman GmbH.
* None
*/
-
+/**
+* @file rviewMDD.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVIEW_MDD_H_
#define _RVIEW_MDD_H_
diff --git a/applications/rview/rviewOSection.hh b/applications/rview/rviewOSection.hh
index 962c3de..54145a4 100644
--- a/applications/rview/rviewOSection.hh
+++ b/applications/rview/rviewOSection.hh
@@ -30,6 +30,12 @@ rasdaman GmbH.
* None
*/
+/**
+* @file rviewOSection.hh
+*
+* @ingroup Applications
+*/
+
#ifndef _RVIEW_OSECTION_H_
#define _RVIEW_OSECTION_H_
diff --git a/applications/rview/rviewPrefs.hh b/applications/rview/rviewPrefs.hh
index d1cc181..55acce0 100644
--- a/applications/rview/rviewPrefs.hh
+++ b/applications/rview/rviewPrefs.hh
@@ -33,7 +33,11 @@ rasdaman GmbH.
* none
*/
-
+/**
+* @file rviewPrefs.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVIEW_PREFS_H_
#define _RVIEW_PREFS_H_
diff --git a/applications/rview/rviewQuery.hh b/applications/rview/rviewQuery.hh
index 2a18fbc..985fb60 100644
--- a/applications/rview/rviewQuery.hh
+++ b/applications/rview/rviewQuery.hh
@@ -32,7 +32,11 @@ rasdaman GmbH.
* None
*/
-
+/**
+* @file rviewQuery.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVIEW_QUERY_H_
#define _RVIEW_QUERY_H_
diff --git a/applications/rview/rviewSound.hh b/applications/rview/rviewSound.hh
index e6a156a..b5ed571 100644
--- a/applications/rview/rviewSound.hh
+++ b/applications/rview/rviewSound.hh
@@ -40,7 +40,11 @@ rasdaman GmbH.
* None
*/
-
+/**
+* @file rviewSound.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVIEW_SOUND_H_
#define _RVIEW_SOUND_H_
diff --git a/applications/rview/rviewThumb.hh b/applications/rview/rviewThumb.hh
index dc30c24..1043c8c 100644
--- a/applications/rview/rviewThumb.hh
+++ b/applications/rview/rviewThumb.hh
@@ -33,7 +33,11 @@ rasdaman GmbH.
* None
*/
-
+/**
+* @file rviewThumb.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVIEW_THUMB_H_
#define _RVIEW_THUMB_H_
diff --git a/applications/rview/rviewTypeMan.hh b/applications/rview/rviewTypeMan.hh
index ef12499..f8a07ad 100644
--- a/applications/rview/rviewTypeMan.hh
+++ b/applications/rview/rviewTypeMan.hh
@@ -26,6 +26,12 @@ rasdaman GmbH.
* None
*/
+/**
+* @file rviewTypeMan.hh
+*
+* @ingroup Applications
+*/
+
#ifndef _RVIEW_TYPE_MAN_H_
#define _RVIEW_TYPE_MAN_H_
diff --git a/applications/rview/rviewTypes.hh b/applications/rview/rviewTypes.hh
index 20830f7..a44d64c 100644
--- a/applications/rview/rviewTypes.hh
+++ b/applications/rview/rviewTypes.hh
@@ -27,6 +27,11 @@ rasdaman GmbH.
* DO NOT EDIT
*/
+/**
+* @file rviewTypes.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVTYPES_HH_
#define _RVTYPES_HH_
diff --git a/applications/rview/rviewUtils.hh b/applications/rview/rviewUtils.hh
index 32c292c..19333d4 100644
--- a/applications/rview/rviewUtils.hh
+++ b/applications/rview/rviewUtils.hh
@@ -47,7 +47,11 @@ rasdaman GmbH.
* none
*/
-
+/**
+* @file rviewUtils.hh
+*
+* @ingroup Applications
+*/
#ifndef _RVIEW_UTILS_H_
#define _RVIEW_UTILS_H_
diff --git a/clientcomm/clientcomm.hh b/clientcomm/clientcomm.hh
index 4d255d5..71f90fb 100644
--- a/clientcomm/clientcomm.hh
+++ b/clientcomm/clientcomm.hh
@@ -49,14 +49,19 @@ class r_Base_Type;
class r_Parse_Params;
-//@ManMemo: Module: {\bf clientcomm}
-
-/*@Doc:
-
-The class ClientComm represents {\bf one} connection between
-{\bf one} client entity (e.g. an object of class \Ref{r_Database}) and
-the server. Therefore, the host name has to be provided at
-the constructor.
+/**
+* @defgroup ClientComm ClientComm
+*
+* @file clientcomm.hh
+*
+* @ingroup ClientComm
+*/
+// @Doc
+
+/* The class ClientComm represents {\bf one} connection between
+ {\bf one} client entity (e.g. an object of class \Ref{r_Database}) and
+ the server. Therefore, the host name has to be provided at
+ the constructor.
*/
class ClientComm
diff --git a/clientcomm/rpcclientcomm.hh b/clientcomm/rpcclientcomm.hh
index d07fa68..b6da833 100644
--- a/clientcomm/rpcclientcomm.hh
+++ b/clientcomm/rpcclientcomm.hh
@@ -69,19 +69,19 @@ class r_Parse_Params;
RNP */
-//@ManMemo: Module: {\bf clientcomm}
-
-/*@Doc:
-
-The class ClientComm represents {\bf one} RPC connection between
-{\bf one} client entity (e.g. an object of class \Ref{r_Database}) and
-the server. Therefore, the host name has to be provided at
-the constructor.
-Basically, all methods of a Clientcomm object map directly
-to the corresponding RPC calls. All public clientcomm methods
-may throw exceptions of type {\tt r_Error_TransferFailed} if the
-communication breaks down during RPC execution.
-
+/**
+* @file rpcclientcomm.hh
+* @Doc:
+* The class ClientComm represents {\bf one} RPC connection between
+* {\bf one} client entity (e.g. an object of class \Ref{r_Database}) and
+* the server. Therefore, the host name has to be provided at
+* the constructor.
+* Basically, all methods of a Clientcomm object map directly
+* to the corresponding RPC calls. All public clientcomm methods
+* may throw exceptions of type {\tt r_Error_TransferFailed} if the
+* communication breaks down during RPC execution.
+*
+* @ingroup ClientComm
*/
class RpcClientComm : public ClientComm
diff --git a/commline/cmlparser.hh b/commline/cmlparser.hh
index 1a29ded..6a63c18 100644
--- a/commline/cmlparser.hh
+++ b/commline/cmlparser.hh
@@ -32,6 +32,13 @@ rasdaman GmbH.
* None
*/
+/**
+* @defgroup Commline Commline
+*
+* @file cmlparser.hh
+*
+* @ingroup Commline
+*/
#ifndef AK_CMLPARSER_HH
#define AK_CMLPARSER_HH
diff --git a/compression/compresstime.hh b/compression/compresstime.hh
index c83ad3b..0499c1e 100644
--- a/compression/compresstime.hh
+++ b/compression/compresstime.hh
@@ -32,6 +32,14 @@ rasdaman GmbH.
*
*/
+/**
+* @defgroup Compression Compression
+*
+* @file compresstime.hh
+*
+* @ingroup Compression
+*/
+
#ifndef _R_COMPRESS_TIME_HH_
#define _R_COMPRESS_TIME_HH_
diff --git a/compression/lincompstream.hh b/compression/lincompstream.hh
index 2e6793e..20140a0 100644
--- a/compression/lincompstream.hh
+++ b/compression/lincompstream.hh
@@ -33,6 +33,12 @@ rasdaman GmbH.
*
*/
+/**
+* @file lincompstream.hh
+*
+* @ingroup Compression
+*/
+
#ifndef _LINCOMPSTREAM_H_
#define _LINCOMPSTREAM_H_
diff --git a/compression/nocompstream.hh b/compression/nocompstream.hh
index 8f8aa0d..e1af9c1 100644
--- a/compression/nocompstream.hh
+++ b/compression/nocompstream.hh
@@ -30,6 +30,12 @@ rasdaman GmbH.
*
*/
+/**
+* @file nocompstream.hh
+*
+* @ingroup Compression
+*/
+
#ifndef _NOCOMPSTREAM_H_
#define _NOCOMPSTREAM_H_
diff --git a/compression/tilecompnone.hh b/compression/tilecompnone.hh
index 1c0ae3a..42eed88 100644
--- a/compression/tilecompnone.hh
+++ b/compression/tilecompnone.hh
@@ -30,6 +30,11 @@ rasdaman GmbH.
*
*/
+/**
+* @file tilecompnone.hh
+*
+* @ingroup Compression
+*/
#ifndef _R_TILE_COMP_NONE_HH_
#define _R_TILE_COMP_NONE_HH_
diff --git a/compression/tilecompression.hh b/compression/tilecompression.hh
index 6e954ce..0e566e3 100644
--- a/compression/tilecompression.hh
+++ b/compression/tilecompression.hh
@@ -30,6 +30,11 @@ rasdaman GmbH.
*
*/
+/**
+* @file tilecompression.hh
+*
+* @ingroup Compression
+*/
#ifndef _R_TILE_COMPRESSION_HH_
#define _R_TILE_COMPRESSION_HH_
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
diff --git a/include/basictypes.hh b/include/basictypes.hh
index 8148208..93f9a8f 100644
--- a/include/basictypes.hh
+++ b/include/basictypes.hh
@@ -27,6 +27,14 @@ rasdaman GmbH.
// DO NOT EDIT
//------------------------------------------------------------
+/**
+* @defgroup Include Include
+*
+* @file basictypes.hh
+*
+* @ingroup Include
+*/
+
#ifndef __BASICTYPES_HH_
#define __BASICTYPES_HH_
diff --git a/include/globals.hh b/include/globals.hh
index e64392b..bfd0b28 100644
--- a/include/globals.hh
+++ b/include/globals.hh
@@ -37,6 +37,12 @@ rasdaman GmbH.
*
*/
+/**
+* @file globals.hh
+*
+* @ingroup Include
+*/
+
#ifndef GLOBALS_HH
#define GLOBALS_HH
diff --git a/include/rasdaman.hh b/include/rasdaman.hh
index 8c983c9..876d484 100644
--- a/include/rasdaman.hh
+++ b/include/rasdaman.hh
@@ -27,6 +27,12 @@ rasdaman GmbH.
// DO NOT EDIT
//------------------------------------------------------------
+/**
+* @file rasdaman.hh
+*
+* @ingroup Include
+*/
+
#ifndef __RASDAMAN_HH_
#define __RASDAMAN_HH_