浏览代码

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>
Heinrich Schuchardt 3 年之前
父节点
当前提交
0ae9bc3c42
共有 2 个文件被更改,包括 10 次插入0 次删除
  1. 1 0
      doc/api/index.rst
  2. 9 0
      doc/api/sandbox.rst

+ 1 - 0
doc/api/index.rst

@@ -12,6 +12,7 @@ U-Boot API documentation
    linker_lists
    pinctrl
    rng
+   sandbox
    serial
    timer
    unicode

+ 9 - 0
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: