From e7499dc32882cbb9a5318ecd88ba221d6dc49a9b Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 29 Mar 2016 10:20:47 -0700 Subject: [PATCH] doc: make ioat and nvme section names unique Fix section name collisions after combining Doxyfiles. Change-Id: I9b717598f74839c0fd80415fc5c46f636801a93b Signed-off-by: Daniel Verkamp --- doc/ioat.index.txt | 4 ++-- doc/nvme.index.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/ioat.index.txt b/doc/ioat.index.txt index 7ba1dbad9..98569ecea 100644 --- a/doc/ioat.index.txt +++ b/doc/ioat.index.txt @@ -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() diff --git a/doc/nvme.index.txt b/doc/nvme.index.txt index 3b08d144e..48a44f13d 100644 --- a/doc/nvme.index.txt +++ b/doc/nvme.index.txt @@ -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