diff options
| author | Heinrich Schuchardt <[email protected]> | 2021-11-14 08:43:07 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2021-11-20 10:53:00 +0100 |
| commit | 4ad4c2daeb44a1761e944e819213ceb3c3bd1340 (patch) | |
| tree | c294b5e6a334dc54be85dc317f16ca7d42f914b3 /doc/api | |
| parent | 5a515132d9f25b1ff2c15e2013de9be33bf71067 (diff) | |
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 <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'doc/api')
| -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 281d1dca96c..806c7385a62 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 00000000000..2095bfa1618 --- /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: |
