Hello Ali, On Wed, Apr 19, 2023 at 11:22 AM Ali Alnubani <alia...@nvidia.com> wrote: > I see this documentation build failure on Fedora 37: > > $ ninja-build -C build doc > [..] > [2/4] Generating doc/api/doxygen with a custom command > FAILED: doc/api/html > /root/dpdk/doc/api/generate_doxygen.sh doc/api/doxy-api.conf doc/api/html > /root/dpdk/doc/api/doxy-html-custom.sh > /root/dpdk/lib/librte_cryptodev/rte_cryptodev_pmd.h:489: error: found > documented return type for rte_cryptodev_pmd_callback_process that does not > return anything (warning treated as error, aborting now) > [..] > ninja: build stopped: subcommand failed.
This looks a lot like: 16de054160e3 ("lib: remove empty return types from doxygen comments") I don't think this function prototype is really different in the 20.11 stable branch (putting the __rte_internal tag aside). Can you trigger this issue on the main branch? -- David Marchand