diff --git a/doc/Doxyfile b/doc/Doxyfile index ee8f77458..1265a108b 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -761,8 +761,8 @@ WARN_LOGFILE = INPUT = ../lib/nvme \ ../include/spdk \ mainpage.txt \ - ioat.index.txt \ - nvme.index.txt + ioat/index.txt \ + nvme/index.txt # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/doc/ioat.index.txt b/doc/ioat/index.txt similarity index 100% rename from doc/ioat.index.txt rename to doc/ioat/index.txt diff --git a/doc/nvme.index.txt b/doc/nvme/index.txt similarity index 100% rename from doc/nvme.index.txt rename to doc/nvme/index.txt