summaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/logging.c b/src/logging.c
index 964128bd..c8b86b1c 100644
--- a/src/logging.c
+++ b/src/logging.c
@@ -1,6 +1,7 @@
-/* Debugging/Logging support code */
-
-/* (C) 2008-2010 by Harald Welte <laforge@gnumonks.org>
+/*! \file logging.c
+ * Debugging/Logging support code. */
+/*
+ * (C) 2008-2010 by Harald Welte <laforge@gnumonks.org>
* (C) 2008 by Holger Hans Peter Freyther <zecke@selfish.org>
* All Rights Reserved
*
@@ -23,9 +24,8 @@
/* \addtogroup logging
* @{
* libosmocore Logging sub-system
- */
-
-/* \file logging.c */
+ *
+ * \file logging.c */
#include "../config.h"