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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/epan/wslua/init_wslua.h b/epan/wslua/init_wslua.h
index d77becfd78..060a26f0d8 100644
--- a/epan/wslua/init_wslua.h
+++ b/epan/wslua/init_wslua.h
@@ -26,7 +26,12 @@
#define __INIT_WSLUA_H__
#include <glib.h>
-
+/** @defgroup wslua_group Wireshark LUA
+ *
+ */
+/** @file
+ * @ingroup wslua_group
+ */
typedef struct _wslua_plugin {
gchar *name; /* plugin name */
gchar *version; /* plugin version */