aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/packet_types.h
diff options
context:
space:
mode:
authorAshwin Sekhar T K <asekhar@marvell.com>2021-07-13 16:23:14 +0530
committerMatias Elo <matias.elo@nokia.com>2021-07-19 15:29:02 +0300
commitd9aaba1b356856713023775534ac34cb34e5dac8 (patch)
treef79c1231359d6a338383fe12b6b7e526ae3c0c89 /include/odp/api/spec/packet_types.h
parent8e7bb042458a13cb3833893fe5361cace9200040 (diff)
api: packet: fix doxygen warnings
Fix below doxygen warnings seen with Doxygen version 1.9.1. * include/odp/api/abi-default/packet_types.h:82: warning: Member odp_packet_color_t (enumeration) of group odp_packet is not documented. * include/odp/api/abi-default/packet_types.h:89: warning: Member odp_packet_chksum_status_t (enumeration) of group odp_packet is not documented. * include/odp/api/spec/packet_types.h:71: warning: Documentation for undefined enum 'odp_packet_color_t' found. * include/odp/api/spec/packet_types.h:182: warning: Documentation for undefined enum 'odp_packet_chksum_status_t' found. Signed-off-by: Ashwin Sekhar T K <asekhar@marvell.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'include/odp/api/spec/packet_types.h')
-rw-r--r--include/odp/api/spec/packet_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/odp/api/spec/packet_types.h b/include/odp/api/spec/packet_types.h
index 2efb5a4ec..52409d96a 100644
--- a/include/odp/api/spec/packet_types.h
+++ b/include/odp/api/spec/packet_types.h
@@ -68,7 +68,7 @@ extern "C" {
*/
/**
- * @enum odp_packet_color_t
+ * @typedef odp_packet_color_t
* Color of packet for shaper/drop processing
*
* @var ODP_PACKET_GREEN
@@ -179,7 +179,7 @@ extern "C" {
*/
/**
- * @enum odp_packet_chksum_status_t
+ * @typedef odp_packet_chksum_status_t
* Checksum check status in packet
*
* @var ODP_PACKET_CHKSUM_UNKNOWN