summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2022-01-12 12:53:48 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-15 12:57:21 +0300
commit6de6a615f8527b722b512b0ea36821ab2439b773 (patch)
tree886c8b440661ed486c24a7730b68e7a36b3617ea /doc
parent494bc8e6f0f125cf706f27aac1a219f3eb3c8565 (diff)
downloadu-boot-6de6a615f8527b722b512b0ea36821ab2439b773.tar.xz
doc: add include/dm/read.h to the HTML documentation
Correct Sphinx style comments in include/dm/read.h and add the device read from device tree API to the HTML documentation. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/dm.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/dm.rst b/doc/api/dm.rst
index 0342620786..19a473f1f0 100644
--- a/doc/api/dm.rst
+++ b/doc/api/dm.rst
@@ -16,3 +16,4 @@ Device
.. kernel-doc:: include/dm/device.h
.. kernel-doc:: include/dm/devres.h
+.. kernel-doc:: include/dm/read.h