mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 10:56:02 +01:00
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:
@@ -15,6 +15,7 @@ U-Boot API documentation
|
||||
lmb
|
||||
logging
|
||||
nvmem
|
||||
part
|
||||
pinctrl
|
||||
rng
|
||||
sandbox
|
||||
|
||||
6
doc/api/part.rst
Normal file
6
doc/api/part.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
.. SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
Partition API
|
||||
=============
|
||||
|
||||
.. kernel-doc:: include/part.h
|
||||
Reference in New Issue
Block a user