Doxygen interprets each Markdown input file as a separate section (chapter). Concatenate all of the .md files in directories into a single file per section to get a correctly-nested table of contents. In particular, this matters for the navigation in the PDF output. Change-Id: I778849d89da9a308136e43ac6cb630c4c2bbb3a5 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> |
||
---|---|---|
.. | ||
bdev.md | ||
blob.md | ||
blobfs.md | ||
directory_structure.md | ||
Doxyfile | ||
event.md | ||
footer.html | ||
header.html | ||
index.md | ||
ioat.md | ||
iscsi.md | ||
Makefile | ||
nvme.md | ||
nvmf.md | ||
porting.md | ||
README.md | ||
stylesheet.css | ||
vhost.md |
SPDK Documentation
The current version of the SPDK documentation can be found online at http://www.spdk.io/doc/
Building the Documentation
To convert the documentation into HTML, install Doxygen and mscgen and run make
in the doc
directory. The output will be located in doc/output/html
.