]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: include file-system API into HTML docs
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 24 Oct 2024 09:15:29 +0000 (11:15 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 30 Oct 2024 20:44:38 +0000 (21:44 +0100)
Add include/fs.h to the API documentation.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/api/fs.rst [new file with mode: 0644]
doc/api/index.rst

diff --git a/doc/api/fs.rst b/doc/api/fs.rst
new file mode 100644 (file)
index 0000000..38c8b0d
--- /dev/null
@@ -0,0 +1,7 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+
+File system API
+===============
+
+.. kernel-doc:: include/fs.h
+   :internal:
index 9f7f23f868f6779ac73aa73f92d918aaef438b23..a108718ea99f3254e9a1ddc479f59c5f9191dfcf 100644 (file)
@@ -12,6 +12,7 @@ U-Boot API documentation
    dm
    efi
    event
+   fs
    getopt
    interrupt
    led