aboutsummaryrefslogtreecommitdiffstats
path: root/epan/garrayfix.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/garrayfix.h')
-rw-r--r--epan/garrayfix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/garrayfix.h b/epan/garrayfix.h
index c00d00dd03..f5535932fa 100644
--- a/epan/garrayfix.h
+++ b/epan/garrayfix.h
@@ -1,4 +1,5 @@
-/* garrayfix.h
+/** @file
+ *
* Macros to work around the "data" field of a GArray having type guint8 *,
* rather than void *, so that, even though the GArray code should be
* ensuring that the data is aligned strictly enough for any data type,