Sfoglia il codice sorgente

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 anni fa
parent
commit
0ae9bc3c42
2 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  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: