aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Monjalon <thomas@monjalon.net>2017-07-14 16:45:25 +0200
committerThomas Monjalon <thomas@monjalon.net>2017-07-21 19:31:41 +0300
commit13b1a5973552e5bf3edfe9986768510fece92361 (patch)
tree02b0a0b891825d09137887434c2391bdf6b2e180
parentf0e0e86aa35d895d4e5a0d95f054b701bcdf3c9e (diff)
doc: remove driver interface header from API index
The file rte_flow_driver.h is a driver interface, thus it should not be listed in the API index. Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
-rw-r--r--doc/api/doxy-api-index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md
index a68805b3c..04034ae78 100644
--- a/doc/api/doxy-api-index.md
+++ b/doc/api/doxy-api-index.md
@@ -33,14 +33,13 @@ API {#index}
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
-There are many libraries, so their headers may be grouped by topics:
+The public API headers are grouped by topics:
- **device**:
[dev] (@ref rte_dev.h),
[ethdev] (@ref rte_ethdev.h),
[ethctrl] (@ref rte_eth_ctrl.h),
[rte_flow] (@ref rte_flow.h),
- [rte_flow_driver] (@ref rte_flow_driver.h),
[rte_tm] (@ref rte_tm.h),
[cryptodev] (@ref rte_cryptodev.h),
[eventdev] (@ref rte_eventdev.h),