doc: add Unicode functions to API description
Add include/charset.h to generated HTML documentation Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
311da04a67
commit
de699187b5
|
|
@ -9,3 +9,4 @@ U-Boot API documentation
|
||||||
efi
|
efi
|
||||||
linker_lists
|
linker_lists
|
||||||
serial
|
serial
|
||||||
|
unicode
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
.. SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
|
Unicode support
|
||||||
|
===============
|
||||||
|
|
||||||
|
.. kernel-doc:: include/charset.h
|
||||||
|
:internal:
|
||||||
Loading…
Reference in New Issue