numam-dpdk/lib/lpm
Ali Alnubani 16de054160 lib: remove empty return types from doxygen comments
Recent versions of doxygen (1.9.4 and newer) complain about
documented return types for functions that don't return anything.

This patch removes these return types to fix build errors similar
to this one:
[..]
Generating doc/api/doxygen with a custom command
FAILED: doc/api/html
/usr/bin/python3 /path/to/doc/api/generate_doxygen.py doc/api/html
  /usr/bin/doxygen doc/api/doxy-api.conf
/root/dpdk/lib/eal/include/rte_bitmap.h:324: error: found documented
  return type for rte_bitmap_prefetch0 that does not return anything
  (warning treated as error, aborting now)
[..]

Tested with doxygen versions: 1.8.13, 1.8.17, 1.9.1, and 1.9.4.

Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
2022-10-26 17:51:51 +02:00
..
meson.build lpm: add scalar version of lookupx4 2022-06-03 11:22:31 +02:00
rte_lpm6.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_lpm6.h lib: remove empty return types from doxygen comments 2022-10-26 17:51:51 +02:00
rte_lpm_altivec.h avoid AltiVec keyword vector 2022-05-25 11:49:39 +02:00
rte_lpm_neon.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_lpm_scalar.h lpm: fix scalar version header for C++ 2022-06-15 09:12:19 +02:00
rte_lpm_sse.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_lpm_sve.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_lpm.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_lpm.h lib: remove empty return types from doxygen comments 2022-10-26 17:51:51 +02:00
version.map version: 22.11-rc0 2022-07-21 12:13:48 +02:00