According to the CI job for ODP API doxygen generation [1], there are 28 total warnings that needed to be fixed. This patch resolved these warnings by adding the proper doxygen tags that were missing.
[1]: https://ci.linaro.org/view/lng-ci/job/odp-api-doxygen-generation/ V5 Changes: * Add tab to odp_pktio_t pktio tag as requested by Maxim * V4 is Reviewed & Tested-by: Mike Holmes <[email protected]> * V4 is Reviewed: Anders Roxell <[email protected]> V4 Changes: * Missed on other maximum -> Maximum V3 Changes: * Start with upper-case for some tags as noted by Anders Roxell. V2 Changes: * fix patch corruption introduced when ./scripts/cleanfile was applied. Aws Ismail (1): odp doxygen: fix doxygen-run generated warnings example/l2fwd/odp_l2fwd.c | 35 ++++++++++++++++++++++++++++++ example/odp_example/odp_example.c | 19 +++++++++++++++- example/packet/odp_pktio.c | 26 ++++++++++++++++++++++ example/packet_netmap/odp_pktio_netmap.c | 30 +++++++++++++++++++++++-- 4 files changed, 107 insertions(+), 3 deletions(-) -- 1.7.9.5 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
