Add missing doxygen documentation to resolve Bug https://bugs.linaro.org/show_bug.cgi?id=1249
Signed-off-by: Bill Fischofer <[email protected]> --- example/generator/odp_generator.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index db9e0c2..47cab6c 100644 --- a/example/generator/odp_generator.c +++ b/example/generator/odp_generator.c @@ -287,6 +287,15 @@ static odp_packet_t pack_icmp_pkt(odp_pool_t pool) return pkt; } +/** + * Create a pktio object + * + * @param dev Name of device to open + * @param pool Pool to associate with device for packet RX/TX + * + * @return The handle of the created pktio object. + * @warning This routine aborts if the create is unsuccessful. + */ static odp_pktio_t create_pktio(const char *dev, odp_pool_t pool) { odp_queue_param_t qparam; -- 2.1.0 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
