aboutsummaryrefslogtreecommitdiff
path: root/helper/include/odp/helper/udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper/include/odp/helper/udp.h')
-rw-r--r--helper/include/odp/helper/udp.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/helper/include/odp/helper/udp.h b/helper/include/odp/helper/udp.h
index 1ba2dff3b..53ac7281a 100644
--- a/helper/include/odp/helper/udp.h
+++ b/helper/include/odp/helper/udp.h
@@ -1,7 +1,5 @@
-/* Copyright (c) 2014, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2014-2018 Linaro Limited
*/
/**
@@ -20,8 +18,9 @@ extern "C" {
#include <odp_api.h>
#include <odp/helper/chksum.h>
-/** @addtogroup odph_header ODPH HEADER
- * @{
+/**
+ * @addtogroup odph_protocols
+ * @{
*/
/** UDP header length */
@@ -52,9 +51,10 @@ static inline uint16_t odph_ipv4_udp_chksum(odp_packet_t pkt)
return (rc == 0) ? chksum : 0;
}
-/** @internal Compile time assert */
+/** @cond _ODP_HIDE_FROM_DOXYGEN_ */
ODP_STATIC_ASSERT(sizeof(odph_udphdr_t) == ODPH_UDPHDR_LEN,
"ODPH_UDPHDR_T__SIZE_ERROR");
+/** @endcond */
/**
* @}