aboutsummaryrefslogtreecommitdiffstats
path: root/cdr/cdr_tds.c
diff options
context:
space:
mode:
Diffstat (limited to 'cdr/cdr_tds.c')
-rwxr-xr-xcdr/cdr_tds.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/cdr/cdr_tds.c b/cdr/cdr_tds.c
index 69785ff11..55a0053e0 100755
--- a/cdr/cdr_tds.c
+++ b/cdr/cdr_tds.c
@@ -14,10 +14,16 @@
* at the top of the source tree.
*/
-/*
+/*! \file
*
- * FreeTDS CDR logger
+ * \brief FreeTDS CDR logger
*
+ * See also
+ * \arg \ref Config_cdr
+ * \arg http://www.freetds.org/
+ */
+
+/*! \verbatim
*
* Table Structure for `cdr`
*
@@ -44,6 +50,8 @@ CREATE TABLE [dbo].[cdr] (
[uniqueid] [varchar] (32) NULL
) ON [PRIMARY]
+\endverbatim
+
*/
#include <sys/types.h>