Currently, the PMD power management API header is missing from the API index generated by doxygen. Add it.
Fixes: 682a645438c5 ("power: add ethdev power management") Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> --- doc/api/doxy-api-index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index 41eefb7b2d..6886b6f47d 100644 --- a/doc/api/doxy-api-index.md +++ b/doc/api/doxy-api-index.md @@ -96,6 +96,7 @@ The public API headers are grouped by topics: [service cores] (@ref rte_service.h), [keepalive] (@ref rte_keepalive.h), [power/freq] (@ref rte_power.h) + [PMD power] (@ref rte_power_pmd_mgmt.h) - **layers**: [ethernet] (@ref rte_ether.h), -- 2.25.1