aboutsummaryrefslogtreecommitdiffstats
path: root/frame_tvbuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'frame_tvbuff.h')
-rw-r--r--frame_tvbuff.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/frame_tvbuff.h b/frame_tvbuff.h
index 05f48c2e8b..3f377c13d4 100644
--- a/frame_tvbuff.h
+++ b/frame_tvbuff.h
@@ -1,4 +1,5 @@
-/* frame_tvbuff.h
+/** @file
+ *
* Implements a tvbuff for frame
*
* Wireshark - Network traffic analyzer
@@ -36,16 +37,3 @@ extern tvbuff_t *file_tvbuff_new_buffer(const struct packet_provider_data *prov,
#endif /* __cplusplus */
#endif /* __FRAME_TVBUFF_H__ */
-
-/*
- * Editor modelines - https://www.wireshark.org/tools/modelines.html
- *
- * Local variables:
- * c-basic-offset: 8
- * tab-width: 8
- * indent-tabs-mode: t
- * End:
- *
- * vi: set shiftwidth=8 tabstop=8 noexpandtab:
- * :indentSize=8:tabSize=8:noTabs=false:
- */