summaryrefslogtreecommitdiffstats
path: root/clientcomm
diff options
context:
space:
mode:
Diffstat (limited to 'clientcomm')
-rw-r--r--clientcomm/clientcomm.hh21
-rw-r--r--clientcomm/rpcclientcomm.hh26
2 files changed, 26 insertions, 21 deletions
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