From 4d7b500ade6877501ed8b24dfa5c81ee658f3a58 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 4 Nov 2015 14:59:37 -0700 Subject: [PATCH] README: add link to Doxygen API docs Change-Id: I0b91e14ccce642079537abc09d92682ee5598c2d Signed-off-by: Daniel Verkamp --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6dc50aa6e..f5954f4e7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ userspace and operating in a polled mode instead of relying on interrupts, which avoids kernel context switches and eliminates interrupt handling overhead. +Documentation +============= + +[Doxygen API documentation](https://spdk.github.io/spdk/doc/) + [Porting Guide](PORTING.md) Prerequisites