aboutsummaryrefslogtreecommitdiff
path: root/test/performance/odp_crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/odp_crc.c')
-rw-r--r--test/performance/odp_crc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/performance/odp_crc.c b/test/performance/odp_crc.c
index 89e8af837..89e2e971f 100644
--- a/test/performance/odp_crc.c
+++ b/test/performance/odp_crc.c
@@ -5,6 +5,14 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+/**
+ * @example odp_crc.c
+ *
+ * Performance test application for CRC hash APIs
+ *
+ * @cond _ODP_HIDE_FROM_DOXYGEN_
+ */
+
#include <stdio.h>
#include <string.h>
#include <stdint.h>