diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-05-09 09:00:59 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-05-09 09:30:28 +0200 |
commit | de699187b590dbc65b843dafc5b8cbea48d5b97a (patch) | |
tree | f67bf593c9fb87edea974fb95e9c9e55144b1157 /doc/api | |
parent | 311da04a67de3b3ad7e0b168b38c06756c59dca4 (diff) | |
download | u-boot-de699187b590dbc65b843dafc5b8cbea48d5b97a.tar.gz u-boot-de699187b590dbc65b843dafc5b8cbea48d5b97a.tar.bz2 u-boot-de699187b590dbc65b843dafc5b8cbea48d5b97a.zip |
doc: add Unicode functions to API description
Add include/charset.h to generated HTML documentation
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/index.rst | 1 | ||||
-rw-r--r-- | doc/api/unicode.rst | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index d484c066c5..2578abd40e 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -9,3 +9,4 @@ U-Boot API documentation efi linker_lists serial + unicode diff --git a/doc/api/unicode.rst b/doc/api/unicode.rst new file mode 100644 index 0000000000..3fb6745f84 --- /dev/null +++ b/doc/api/unicode.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Unicode support +=============== + +.. kernel-doc:: include/charset.h + :internal: |