diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-01-12 10:53:48 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-01-15 10:57:21 +0100 |
commit | 6de6a615f8527b722b512b0ea36821ab2439b773 (patch) | |
tree | 886c8b440661ed486c24a7730b68e7a36b3617ea /doc | |
parent | 494bc8e6f0f125cf706f27aac1a219f3eb3c8565 (diff) | |
download | u-boot-6de6a615f8527b722b512b0ea36821ab2439b773.zip u-boot-6de6a615f8527b722b512b0ea36821ab2439b773.tar.gz u-boot-6de6a615f8527b722b512b0ea36821ab2439b773.tar.bz2 |
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.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/dm.rst b/doc/api/dm.rst index 0342620..19a473f 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 |