diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-01-12 10:53:44 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-01-15 10:57:21 +0100 |
commit | cbb14ac92c1a40201aae0328b3af690dff133ecd (patch) | |
tree | 59597dce97213f9636c993d4236a51e2ebdf1431 /doc/api | |
parent | 0cdd7ded8887d41d83f518e7b352972e58b47a1e (diff) | |
download | u-boot-cbb14ac92c1a40201aae0328b3af690dff133ecd.tar.gz u-boot-cbb14ac92c1a40201aae0328b3af690dff133ecd.tar.bz2 u-boot-cbb14ac92c1a40201aae0328b3af690dff133ecd.zip |
doc: add include/dm/lists.h to the HTML documentation
Correct Sphinx style comments in include/dm/lists.h
and add the list 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/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 181a454c24..168d129250 100644 --- a/doc/api/dm.rst +++ b/doc/api/dm.rst @@ -8,3 +8,4 @@ Uclass and Driver .. kernel-doc:: include/dm/uclass.h .. kernel-doc:: include/dm/root.h +.. kernel-doc:: include/dm/lists.h |