diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-01-12 10:55:41 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-01-15 10:57:21 +0100 |
commit | 5ebb52702edeeb2b46699ead31c56a7a5a127b49 (patch) | |
tree | dd1cabb3d1615911e686582aee28ff84b5e72eb4 /doc | |
parent | be74f71a679c8ca25a09bea86967dcee8a8b8cae (diff) | |
download | u-boot-5ebb52702edeeb2b46699ead31c56a7a5a127b49.zip u-boot-5ebb52702edeeb2b46699ead31c56a7a5a127b49.tar.gz u-boot-5ebb52702edeeb2b46699ead31c56a7a5a127b49.tar.bz2 |
doc: add include/dm/fdtaddr.h to the HTML documentation
Correct Sphinx style comments in include/dm/fdtaddr.h
and add the devfdt API to the HTML documentation;
these functions are NOT compatible with live tree.
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 5bb66f2..df605da 100644 --- a/doc/api/dm.rst +++ b/doc/api/dm.rst @@ -26,3 +26,4 @@ Device tree .. kernel-doc:: include/dm/of_extra.h .. kernel-doc:: include/dm/of_access.h .. kernel-doc:: include/dm/of_addr.h +.. kernel-doc:: include/dm/fdtaddr.h |