diff options
| author | Heinrich Schuchardt <[email protected]> | 2020-05-09 09:00:59 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2020-05-09 09:30:28 +0200 |
| commit | de699187b590dbc65b843dafc5b8cbea48d5b97a (patch) | |
| tree | f67bf593c9fb87edea974fb95e9c9e55144b1157 /doc/api | |
| parent | 311da04a67de3b3ad7e0b168b38c06756c59dca4 (diff) | |
doc: add Unicode functions to API description
Add include/charset.h to generated HTML documentation
Signed-off-by: Heinrich Schuchardt <[email protected]>
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 d484c066c59..2578abd40e5 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 00000000000..3fb6745f847 --- /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: |
