summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.c')
-rw-r--r--src/plugin.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugin.c b/src/plugin.c
index 52887acf..71df88be 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -20,6 +20,10 @@
*
*/
+/*! \addtogroup utils
+ * @{
+ */
+
/*! \file plugin.c
* \brief Routines for loading and managing shared library plug-ins.
*/
@@ -69,3 +73,5 @@ int osmo_plugin_load_all(const char *directory)
return 0;
}
#endif /* HAVE_DLFCN_H */
+
+/*! @} */