Browse Source

doc: add events.h to documentation

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>
Heinrich Schuchardt 9 months ago
parent
commit
91f19550d1
2 changed files with 10 additions and 0 deletions
  1. 9 0
      doc/api/event.rst
  2. 1 0
      doc/api/index.rst

+ 9 - 0
doc/api/event.rst

@@ -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:

+ 1 - 0
doc/api/index.rst

@@ -10,6 +10,7 @@ U-Boot API documentation
    dfu
    dm
    efi
+   event
    getopt
    linker_lists
    lmb