From f39c8454b500a42a1baa65a2bdefbaa21f413003 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Sat, 23 May 2020 12:01:08 +0200 Subject: doc: dfu: add DFU to HTML documentation Add the device firmware update functions to the generated HTML documentation. Signed-off-by: Heinrich Schuchardt Acked-by: Lukasz Majewski --- doc/api/dfu.rst | 7 +++++++ doc/api/index.rst | 1 + 2 files changed, 8 insertions(+) create mode 100644 doc/api/dfu.rst (limited to 'doc/api') diff --git a/doc/api/dfu.rst b/doc/api/dfu.rst new file mode 100644 index 0000000000..5bd9e292a5 --- /dev/null +++ b/doc/api/dfu.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Device firmware update +====================== + +.. kernel-doc:: include/dfu.h + :internal: diff --git a/doc/api/index.rst b/doc/api/index.rst index 2578abd40e..fd3b5bdc82 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -6,6 +6,7 @@ U-Boot API documentation .. toctree:: :maxdepth: 2 + dfu efi linker_lists serial -- cgit v1.2.1