> > +/** > > + * 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