summaryrefslogtreecommitdiffstats
path: root/src/panic.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-12-06 21:25:27 +0100
committerHarald Welte <laforge@gnumonks.org>2013-01-11 09:43:32 +0100
commitde6e4983e7f83794e45af5a70b036ed9f4437ab5 (patch)
treea742ef30f0d1bd0a774eadad6546311773627b79 /src/panic.c
parent9043fe57e8852ac4693fe25b887246f2c23aa688 (diff)
add some missing doxygen annotation for libosmocore functions
Diffstat (limited to 'src/panic.c')
-rw-r--r--src/panic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panic.c b/src/panic.c
index be644ff1..84bab33b 100644
--- a/src/panic.c
+++ b/src/panic.c
@@ -80,3 +80,4 @@ void osmo_set_panic_handler(osmo_panic_handler_t h)
osmo_panic_handler = h;
}
+/*! @} */