diff mbox

[8/8] helper: add chksum documentation section

Message ID 1462826592-24895-8-git-send-email-mike.holmes@linaro.org
State Accepted
Commit d9344bd9307df5493cc3196f62af3f64ddfa5fcf
Headers show

Commit Message

Mike Holmes May 9, 2016, 8:43 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 helper/include/odp/helper/chksum.h | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox

Patch

diff --git a/helper/include/odp/helper/chksum.h b/helper/include/odp/helper/chksum.h
index 78efa08..07d0be3 100644
--- a/helper/include/odp/helper/chksum.h
+++ b/helper/include/odp/helper/chksum.h
@@ -18,6 +18,10 @@  extern "C" {
 
 #include <odp_api.h>
 
+/** @addtogroup odph_chksum ODPH CHECK SUM
+ *  @{
+ */
+
 /**
  * Chksum Operation Code
  *
@@ -212,6 +216,10 @@  static inline int odph_udp_chksum_verify(odp_packet_t odp_pkt)
 	return odph_udp_tcp_chksum(odp_pkt, ODPH_CHKSUM_VERIFY, NULL);
 }
 
+/**
+ * @}
+ */
+
 #ifdef __cplusplus
 }
 #endif