From 5aae021c30940a57862c1ea6a3cf8eeb88ca2c1c Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 15 Aug 2023 12:30:19 +0200 Subject: doc: add partition API to HTML documentation * Convert comments in part.h to Sphinx style. * Create documentation page for the partition API. * Add the partition API page to the API index page. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- doc/api/index.rst | 1 + doc/api/part.rst | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 doc/api/part.rst (limited to 'doc/api') diff --git a/doc/api/index.rst b/doc/api/index.rst index a9338cfef9f..3a80ae0635a 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -15,6 +15,7 @@ U-Boot API documentation lmb logging nvmem + part pinctrl rng sandbox diff --git a/doc/api/part.rst b/doc/api/part.rst new file mode 100644 index 00000000000..d1df1d84945 --- /dev/null +++ b/doc/api/part.rst @@ -0,0 +1,6 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Partition API +============= + +.. kernel-doc:: include/part.h -- cgit v1.2.3