aboutsummaryrefslogtreecommitdiff
path: root/test/performance/odp_packet_gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/odp_packet_gen.c')
-rw-r--r--test/performance/odp_packet_gen.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/performance/odp_packet_gen.c b/test/performance/odp_packet_gen.c
index 247ea2eb6..c88535791 100644
--- a/test/performance/odp_packet_gen.c
+++ b/test/performance/odp_packet_gen.c
@@ -4,6 +4,14 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+/**
+ * @example odp_packet_gen.c
+ *
+ * Performance optimized packet generator application
+ *
+ * @cond _ODP_HIDE_FROM_DOXYGEN_
+ */
+
/* enable usleep */
#ifndef _GNU_SOURCE
#define _GNU_SOURCE