025f20fbdd
- Show undocumented members so that they at least show up in the output, even if they don't have any associated doc string. Everything in the public headers should be public API. - Disable include graph generation. This is fairly useless for our purposes, since only public API headers are included in the Doxygen input list, and we don't need to see how they include each other. Change-Id: Ie1e2d5a93c1ae526d5867e0707faf40e32d1c969 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
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
.