diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-04-10 17:39:23 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-04-16 08:10:01 +0200 |
commit | 76956556fc56c8aaa782f131f4e4fa6fbaaf640f (patch) | |
tree | 2d5696e46c7841e5e9a2ef5858ff4d75f7055be0 /doc/api/efi.rst | |
parent | bdf329e4a3ea1209a50d4cbe267ada41384eb750 (diff) |
efi_loader: function descriptions efi_unicode_collation.c
Correct function descriptions in efi_unicode_collation.c
Add the Unicode collation protocol to the generated HTML documentation.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/api/efi.rst')
-rw-r--r-- | doc/api/efi.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/api/efi.rst b/doc/api/efi.rst index 631c0ceb1d..b9c0c6efc5 100644 --- a/doc/api/efi.rst +++ b/doc/api/efi.rst @@ -151,3 +151,9 @@ Text IO protocols .. kernel-doc:: lib/efi_loader/efi_console.c :internal: + +Unicode Collation protocol +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. kernel-doc:: lib/efi_loader/efi_unicode_collation.c + :internal: |