aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/generator/odp_generator.c6
-rw-r--r--example/packet/odp_pktio.c6
-rw-r--r--example/timer/odp_timer_test.c6
3 files changed, 0 insertions, 18 deletions
diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c
index 2ac0b47..8ae5b29 100644
--- a/example/generator/odp_generator.c
+++ b/example/generator/odp_generator.c
@@ -4,12 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-/**
- * @file
- *
- * @example odp_generator.c ODP loopback demo application
- */
-
/** enable strtok */
#define _POSIX_C_SOURCE 200112L
diff --git a/example/packet/odp_pktio.c b/example/packet/odp_pktio.c
index 61af855..f08d9f4 100644
--- a/example/packet/odp_pktio.c
+++ b/example/packet/odp_pktio.c
@@ -4,12 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-/**
- * @file
- *
- * @example odp_pktio.c ODP basic packet IO loopback test application
- */
-
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
diff --git a/example/timer/odp_timer_test.c b/example/timer/odp_timer_test.c
index 6b60ec4..acac580 100644
--- a/example/timer/odp_timer_test.c
+++ b/example/timer/odp_timer_test.c
@@ -4,12 +4,6 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-/**
- * @file
- *
- * @example odp_timer_test.c ODP timer example application
- */
-
#include <string.h>
#include <stdlib.h>