From 9744ba01a2a8d8843117004bc57f08a672690da3 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Wed, 22 Aug 2018 09:36:34 -0700 Subject: [PATCH] doc: change "Modules" page name to "Driver Modules" This eliminates conflict with Doxygen auto-generated "Modules" page. Signed-off-by: Jim Harris Change-Id: I571839240405ec0dc952b6a4f7ed65baab4cc42c Reviewed-on: https://review.gerrithub.io/423165 Chandler-Test-Pool: SPDK Automated Test System Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker --- doc/Doxyfile | 2 +- doc/{modules.md => driver_modules.md} | 2 +- doc/index.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename doc/{modules.md => driver_modules.md} (59%) diff --git a/doc/Doxyfile b/doc/Doxyfile index 9490bb8dc0..01969b8909 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -789,7 +789,7 @@ INPUT = ../include/spdk \ prog_guides.md \ general.md \ misc.md \ - modules.md \ + driver_modules.md \ tools.md \ experimental_tools.md \ performance_reports.md \ diff --git a/doc/modules.md b/doc/driver_modules.md similarity index 59% rename from doc/modules.md rename to doc/driver_modules.md index 69a8dc88bb..da73156c4f 100644 --- a/doc/modules.md +++ b/doc/driver_modules.md @@ -1,4 +1,4 @@ -# Modules {#modules} +# Driver Modules {#driver_modules} - @subpage nvme - @subpage ioat diff --git a/doc/index.md b/doc/index.md index d7a5d6c353..4ae8646321 100644 --- a/doc/index.md +++ b/doc/index.md @@ -18,8 +18,8 @@ # Miscellaneous @copydoc misc -# Modules -@copydoc modules +# Driver Modules +@copydoc driver_modules # Tools @copydoc tools