summaryrefslogtreecommitdiffstats
path: root/clientcomm/clientcomm.hh
diff options
context:
space:
mode:
Diffstat (limited to 'clientcomm/clientcomm.hh')
-rw-r--r--clientcomm/clientcomm.hh21
1 files changed, 13 insertions, 8 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