aboutsummaryrefslogtreecommitdiffstats
path: root/src/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/panic.c')
-rw-r--r--src/panic.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/panic.c b/src/panic.c
index 251fdad8..2a8b1ae4 100644
--- a/src/panic.c
+++ b/src/panic.c
@@ -1,4 +1,5 @@
-/* Panic handling */
+/*! \file panic.c
+ * Routines for panic handling. */
/*
* (C) 2010 by Sylvain Munaut <tnt@246tNt.com>
*
@@ -22,11 +23,7 @@
/*! \addtogroup utils
* @{
- */
-
-/*! \file panic.c
- * Routines for panic handling
- */
+ * \file panic.c */
#include <osmocom/core/panic.h>
#include <osmocom/core/backtrace.h>