summaryrefslogtreecommitdiffstats
path: root/src/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.c')
-rw-r--r--src/plugin.c14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/plugin.c b/src/plugin.c
index b6a5a48b..264171c2 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -1,6 +1,7 @@
-/* plugin infrastructure */
-
-/* (C) 2010 by Harald Welte <laforge@gnumonks.org>
+/*! \file plugin.c
+ * Routines for loading and managing shared library plug-ins. */
+/*
+ * (C) 2010 by Harald Welte <laforge@gnumonks.org>
*
* All Rights Reserved
*
@@ -22,12 +23,7 @@
/*! \addtogroup utils
* @{
- */
-
-/*! \file plugin.c
- * Routines for loading and managing shared library plug-ins.
- */
-
+ * \file plugin.c */
#include "../config.h"