aboutsummaryrefslogtreecommitdiff
path: root/example/packet
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-04-20 15:55:34 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-04-23 13:14:41 +0300
commit82696daa907e71038a508446401daaacd83189dd (patch)
tree591b1c4beb0643fa360bef57b10a6870e1c37cc1 /example/packet
parentd88e5e8953a43592d8c3fcb766810454abd9e55d (diff)
example: doxygen: remove examples from src path
If the examples are on the src path they pollute the documentation with their own declarations. The correct mechanism is to declare the examples to be seen in the documentation in one location that is on the .dox path, and have the EXAMPLE_PATH locate the actual example code. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'example/packet')
-rw-r--r--example/packet/odp_pktio.c6
1 files changed, 0 insertions, 6 deletions
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>