aboutsummaryrefslogtreecommitdiffstats
path: root/epan/garrayfix.h
diff options
context:
space:
mode:
authorMoshe Kaplan <me@moshekaplan.com>2021-11-29 23:18:35 -0500
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-11-30 08:46:49 +0000
commita523135202846e147581a0b9496691c20f82d927 (patch)
tree780e3e3c91a978e7523ee165a4baf410c1b903c4 /epan/garrayfix.h
parentfd5b5e3149bca86a44eeb312dad044d14a53c58d (diff)
epan: Add header files to Doxygen
Add @file markers for epan headers so that Doxygen will generate documentation for them.
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,