diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-01-12 10:53:47 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-01-15 10:57:21 +0100 |
commit | 494bc8e6f0f125cf706f27aac1a219f3eb3c8565 (patch) | |
tree | 2dad3233ff4b0d7008cabe746581568ab8886931 /doc/api | |
parent | 9fb1c77ef645232b95aa15e6f445aba8559186e1 (diff) | |
download | u-boot-494bc8e6f0f125cf706f27aac1a219f3eb3c8565.tar.gz |
doc: add include/dm/devres.h to the HTML documentation
Correct Sphinx style comments in include/dm/devres.h
and add the driver model device resource API, devres_*(),
to the HTML documentation.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/api')
-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 7a77a91c1f9..0342620786a 100644 --- a/doc/api/dm.rst +++ b/doc/api/dm.rst @@ -15,3 +15,4 @@ Device ------ .. kernel-doc:: include/dm/device.h +.. kernel-doc:: include/dm/devres.h |