Commit e7499dc3 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

doc: make ioat and nvme section names unique



Fix section name collisions after combining Doxyfiles.

Change-Id: I9b717598f74839c0fd80415fc5c46f636801a93b
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent c9290aa4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,11 +35,11 @@

\page ioat I/OAT Driver

\section interface Public Interface
\section ioat_interface Public Interface

- spdk/ioat.h

\section key_functions Key Functions
\section ioat_key_functions Key Functions

- spdk_ioat_probe() \copybrief spdk_ioat_probe()
- spdk_ioat_get_dma_capabilities() \copybrief spdk_ioat_get_dma_capabilities()
+3 −3
Original line number Diff line number Diff line
@@ -35,11 +35,11 @@

\page nvme NVMe Driver

\section interface Public Interface
\section nvme_interface Public Interface

- spdk/nvme.h

\section key_functions Key Functions
\section nvme_key_functions Key Functions

- spdk_nvme_probe() \copybrief spdk_nvme_probe()
- spdk_nvme_ns_cmd_read() \copybrief spdk_nvme_ns_cmd_read()
@@ -48,7 +48,7 @@
- spdk_nvme_ns_cmd_flush() \copybrief spdk_nvme_ns_cmd_flush()
- spdk_nvme_qpair_process_completions() \copybrief spdk_nvme_qpair_process_completions()

\section key_concepts Key Concepts
\section nvme_key_concepts Key Concepts

- \ref nvme_driver_integration
- \ref nvme_initialization