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