aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/init_wslua.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/wslua/init_wslua.h')
-rw-r--r--epan/wslua/init_wslua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/wslua/init_wslua.h b/epan/wslua/init_wslua.h
index 060a26f0d8..8e912e60fb 100644
--- a/epan/wslua/init_wslua.h
+++ b/epan/wslua/init_wslua.h
@@ -33,8 +33,8 @@
* @ingroup wslua_group
*/
typedef struct _wslua_plugin {
- gchar *name; /* plugin name */
- gchar *version; /* plugin version */
+ gchar *name; /**< plugin name */
+ gchar *version; /**< plugin version */
struct _wslua_plugin *next;
} wslua_plugin;