diff options
author | Harald Welte <laforge@gnumonks.org> | 2012-12-06 21:25:27 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2013-01-11 09:43:32 +0100 |
commit | de6e4983e7f83794e45af5a70b036ed9f4437ab5 (patch) | |
tree | a742ef30f0d1bd0a774eadad6546311773627b79 /src/panic.c | |
parent | 9043fe57e8852ac4693fe25b887246f2c23aa688 (diff) |
add some missing doxygen annotation for libosmocore functions
Diffstat (limited to 'src/panic.c')
-rw-r--r-- | src/panic.c | 1 |
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; } +/*! @} */ |