From de6e4983e7f83794e45af5a70b036ed9f4437ab5 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 6 Dec 2012 21:25:27 +0100 Subject: add some missing doxygen annotation for libosmocore functions --- src/plugin.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/plugin.c') diff --git a/src/plugin.c b/src/plugin.c index 998bca35..52887acf 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -20,6 +20,11 @@ * */ +/*! \file plugin.c + * \brief Routines for loading and managing shared library plug-ins. + */ + + #include "../config.h" #if HAVE_DLFCN_H @@ -32,6 +37,10 @@ #include +/*! \brief Load all plugins available in given directory + * \param[in] directory full path name of directory containing plug-ins + * \returns number of plugins loaded in case of success, negative in case of error + */ int osmo_plugin_load_all(const char *directory) { unsigned int num = 0; -- cgit v1.2.3