diff mbox series

[v1,1/1] linux-generic: packet: add missing doxygen from inline func

Message ID 1506088806-25463-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v1,1/1] linux-generic: packet: add missing doxygen from inline func | expand

Commit Message

Github ODP bot Sept. 22, 2017, 2 p.m. UTC
From: Bill Fischofer <bill.fischofer@linaro.org>


Add missing doxygen for internal function packet_to_buffer
to avoid warnings under latest doxygen.

This fixes Bug https://bugs.linaro.org/show_bug.cgi?id=3262

Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>

---
/** Email created from pull request 187 (Bill-Fischofer-Linaro:bug3262-fix)
 ** https://github.com/Linaro/odp/pull/187
 ** Patch: https://github.com/Linaro/odp/pull/187.patch
 ** Base sha: c2ed3f71a8d61449c5e35ce201f020a74a8ea244
 ** Merge commit sha: 645b9a57796d1ab043e312ef0fc0312803246885
 **/
 platform/linux-generic/include/odp/api/plat/packet_inlines.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/platform/linux-generic/include/odp/api/plat/packet_inlines.h b/platform/linux-generic/include/odp/api/plat/packet_inlines.h
index be7e18ec3..1804fa6f2 100644
--- a/platform/linux-generic/include/odp/api/plat/packet_inlines.h
+++ b/platform/linux-generic/include/odp/api/plat/packet_inlines.h
@@ -157,6 +157,7 @@  static inline void _odp_packet_prefetch(odp_packet_t pkt, uint32_t offset,
 	(void)pkt; (void)offset; (void)len;
 }
 
+/** @internal Inline function @param pkt @return */
 static inline odp_buffer_t packet_to_buffer(odp_packet_t pkt)
 {
 	return (odp_buffer_t)pkt;