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 <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Heinrich Schuchardt
2023-08-15 18:21:17 +02:00
parent 289bd72ea4
commit 5aae021c30
3 changed files with 119 additions and 98 deletions
+1
View File
@@ -15,6 +15,7 @@ U-Boot API documentation
lmb
logging
nvmem
part
pinctrl
rng
sandbox
+6
View File
@@ -0,0 +1,6 @@
.. SPDX-License-Identifier: GPL-2.0+
Partition API
=============
.. kernel-doc:: include/part.h