aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-28 19:27:19 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-28 19:27:19 +0000
commita96e6b2047cce1c671f476ae26c81ee8afb7ca12 (patch)
tree2056442e125bbf13f50e1d84c913ca2a8cd783c1 /epan/oids.h
parentf17c5ac01f9198a033f6c1cb97ee54676121453e (diff)
Doxygen changes.
svn path=/trunk/; revision=33981
Diffstat (limited to 'epan/oids.h')
-rw-r--r--epan/oids.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/epan/oids.h b/epan/oids.h
index 328cd813f8..285a3a5537 100644
--- a/epan/oids.h
+++ b/epan/oids.h
@@ -28,7 +28,9 @@
#define __OIDS_H__
#include <epan/ftypes/ftypes.h>
-
+/**
+ *@file
+ */
#define BER_TAG_ANY -1
struct _oid_bit_t {
@@ -102,10 +104,10 @@ typedef struct _oid_info_t {
struct _oid_info_t* parent;
} oid_info_t;
-/* init funcion called from epan.h */
+/** init funcion called from epan.h */
extern void oids_init(void);
-/* init funcion called from epan.h */
+/** init funcion called from epan.h */
extern void oids_cleanup(void);
/*