doc: add events.h to documentation
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 28 Aug 2023 19:13:33 +0000 (21:13 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 2 Sep 2023 04:03:42 +0000 (06:03 +0200)
Add the events.h include to the API documentation.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/api/event.rst [new file with mode: 0644]
doc/api/index.rst

diff --git a/doc/api/event.rst b/doc/api/event.rst
new file mode 100644 (file)
index 0000000..8a57d43
--- /dev/null
@@ -0,0 +1,9 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Events
+======
+
+The concept of events is decribed :doc:`here <../develop/event>`.
+
+.. kernel-doc:: include/event.h
+   :internal:
index 3a80ae0..2f0218c 100644 (file)
@@ -10,6 +10,7 @@ U-Boot API documentation
    dfu
    dm
    efi
+   event
    getopt
    linker_lists
    lmb