aboutsummaryrefslogtreecommitdiffstats
path: root/src/loggingrb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/loggingrb.c')
-rw-r--r--src/loggingrb.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/loggingrb.c b/src/loggingrb.c
index 64033fc3..5127a2f2 100644
--- a/src/loggingrb.c
+++ b/src/loggingrb.c
@@ -1,6 +1,7 @@
-/* Ringbuffer-backed logging support code */
-
-/* (C) 2012-2013 by Katerina Barone-Adesi
+/*! \file loggingrb.c
+ * Ringbuffer-backed logging support code. */
+/*
+ * (C) 2012-2013 by Katerina Barone-Adesi
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
@@ -21,11 +22,7 @@
/*! \addtogroup logging
* @{
- */
-
-/*! \file loggingrb.c
- * libosmocore logging backend for a ring-buffer of last log messages
- */
+ * \file loggingrb.c */
#include <osmocom/core/strrb.h>
#include <osmocom/core/logging.h>