diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-11-14 08:43:07 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2021-11-20 10:53:00 +0100 |
commit | 4ad4c2daeb44a1761e944e819213ceb3c3bd1340 (patch) | |
tree | c294b5e6a334dc54be85dc317f16ca7d42f914b3 /doc | |
parent | 5a515132d9f25b1ff2c15e2013de9be33bf71067 (diff) | |
download | u-boot-4ad4c2daeb44a1761e944e819213ceb3c3bd1340.zip u-boot-4ad4c2daeb44a1761e944e819213ceb3c3bd1340.tar.gz u-boot-4ad4c2daeb44a1761e944e819213ceb3c3bd1340.tar.bz2 |
doc: add include/lmb.h to the HTML documentation
Correct Sphinx style comments in include/lmb.h
Add the logical memory block API to the HTML documentation.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/index.rst | 1 | ||||
-rw-r--r-- | doc/api/lmb.rst | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index 281d1dc..806c738 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -10,6 +10,7 @@ U-Boot API documentation efi getopt linker_lists + lmb logging pinctrl rng diff --git a/doc/api/lmb.rst b/doc/api/lmb.rst new file mode 100644 index 0000000..2095bfa --- /dev/null +++ b/doc/api/lmb.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Logical memory blocks +===================== + +.. kernel-doc:: include/lmb.h + :internal: |