aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-29 10:47:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-29 10:47:38 +0000
commita009cc060501c8ce8ad679d58dfe32723f897154 (patch)
treec315186d4c4499f605ed007825dac7e29e031cf4 /epan/dfilter
parent2f6dd574b7cb422e3862197416b80b3dbed0d06c (diff)
Doxygen changes.
svn path=/trunk/; revision=33990
Diffstat (limited to 'epan/dfilter')
-rw-r--r--epan/dfilter/syntax-tree.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/epan/dfilter/syntax-tree.h b/epan/dfilter/syntax-tree.h
index 27f0aec58e..6318b02e8f 100644
--- a/epan/dfilter/syntax-tree.h
+++ b/epan/dfilter/syntax-tree.h
@@ -26,6 +26,9 @@
#include <glib.h>
#include "cppmagic.h"
+/** @file
+ */
+
typedef enum {
STTYPE_UNINITIALIZED,
STTYPE_TEST,
@@ -51,7 +54,7 @@ typedef struct {
STTypeFreeFunc func_free;
} sttype_t;
-/* Node (type instance) information */
+/** Node (type instance) information */
typedef struct {
guint32 magic;
sttype_t *type;