summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@foss.st.com>2022-01-12 10:53:47 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-01-15 10:57:21 +0100
commit494bc8e6f0f125cf706f27aac1a219f3eb3c8565 (patch)
tree2dad3233ff4b0d7008cabe746581568ab8886931 /doc
parent9fb1c77ef645232b95aa15e6f445aba8559186e1 (diff)
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')
-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 7a77a91c1f..0342620786 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