[dpdk-dev] [PATCH v4 1/4] mempool: add event callbacks
Dmitry Kozlyuk
dkozlyuk at oss.nvidia.com
Tue Oct 19 15:08:33 CEST 2021
> > +/**
> > + * Mempool event type.
> > + * @internal
>
> Shouldn't internal go first?
>
> > + */
> > +enum rte_mempool_event {
It really should, but I had to keep it this way
because otherwise Doxygen fails on multiple systems:
[3110/3279] Generating 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/mempool/rte_mempool.h:1778: error: Member rte_mempool_event (enumeration) of file rte_mempool.h is not documented.
(warning treated as error, aborting now)
/root/dpdk/doc/api/generate_doxygen.sh: line 12: 51733 Segmentation fault
(core dumped) doxygen "${DOXYCONF}" > $OUT_FILE
More information about the dev
mailing list