diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-10-27 20:29:28 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-11-05 09:11:31 -0700 |
commit | 0ae9bc3c42f1e47ac4954bc3b3112067e15bb6f3 (patch) | |
tree | d930df84bf6f188c6244549582c7e909a434e342 /doc | |
parent | 063790cb62c90b712d298d6d21d910d1a52492b5 (diff) | |
download | u-boot-0ae9bc3c42f1e47ac4954bc3b3112067e15bb6f3.tar.gz |
doc: add sandbox API
Add sandbox API to generated HTML documentation
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/index.rst | 1 | ||||
-rw-r--r-- | doc/api/sandbox.rst | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index ae4a1b6c63..cbecd10755 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -12,6 +12,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: |