diff options
author | Heinrich Schuchardt | 2021-09-23 11:06:16 +0200 |
---|---|---|
committer | Heinrich Schuchardt | 2021-10-21 03:46:03 +0200 |
commit | 1da0b6ab2a2183b1c9e4cf3623d3e796931c861f (patch) | |
tree | f3095588115f25488d729256406b45ff15b9ae33 /doc/api | |
parent | 87a4fc1081d51f70545a5a4732f70ebdfb8e5dc1 (diff) |
doc: add system reset to API documentation
Complete the Sphinx documentation in include/sysreset.h
Add the include to the generated HTML documentation of the U-Boot API.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/index.rst | 1 | ||||
-rw-r--r-- | doc/api/sysreset.rst | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index ea02aa57157..281d1dca96c 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -15,5 +15,6 @@ U-Boot API documentation rng sandbox serial + sysreset timer unicode diff --git a/doc/api/sysreset.rst b/doc/api/sysreset.rst new file mode 100644 index 00000000000..a51b06c3870 --- /dev/null +++ b/doc/api/sysreset.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +System reset +============ + +.. kernel-doc:: include/sysreset.h + :internal: |