doc: make ioat and nvme section names unique
Fix section name collisions after combining Doxyfiles. Change-Id: I9b717598f74839c0fd80415fc5c46f636801a93b Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
c9290aa492
commit
e7499dc328
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user