[PATCH v3 8/8] doc: add sandbox API
Heinrich Schuchardt
xypron.glpk at gmx.de
Tue Oct 27 20:29:28 CET 2020
Add sandbox API to generated HTML documentation
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
v3:
no change
v2:
new patch
---
doc/api/index.rst | 1 +
doc/api/sandbox.rst | 9 +++++++++
2 files changed, 10 insertions(+)
create mode 100644 doc/api/sandbox.rst
diff --git a/doc/api/index.rst b/doc/api/index.rst
index 787b6778e5..cc3bce494e 100644
--- a/doc/api/index.rst
+++ b/doc/api/index.rst
@@ -11,6 +11,7 @@ U-Boot API documentation
linker_lists
pinctrl
rng
+ sandbox
serial
timer
unicode
diff --git a/doc/api/sandbox.rst b/doc/api/sandbox.rst
new file mode 100644
index 0000000000..724776399b
--- /dev/null
+++ b/doc/api/sandbox.rst
@@ -0,0 +1,9 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Sandbox
+=======
+
+The following API routines are used to implement the U-Boot sandbox.
+
+.. kernel-doc:: include/os.h
+ :internal:
--
2.28.0
More information about the U-Boot
mailing list