diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-18 00:33:46 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-24 10:07:24 -0400 |
commit | c8fe916c91a125492244f9d9126bc05efaa2320b (patch) | |
tree | 53f6b94a97139d554b3198525160c92e40d18fb5 /doc/api/serial.rst | |
parent | fe4243870df152f839f88e5aa355f53cfba0a866 (diff) | |
download | u-boot-c8fe916c91a125492244f9d9126bc05efaa2320b.tar.gz u-boot-c8fe916c91a125492244f9d9126bc05efaa2320b.tar.bz2 u-boot-c8fe916c91a125492244f9d9126bc05efaa2320b.zip |
doc: Move existing rst files into api sub-directory
Currently the Sphinx doc only contains API descriptions of several
U-Boot subsystems. For future extension, group these existing docs
into an API sub-directory.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/api/serial.rst')
-rw-r--r-- | doc/api/serial.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/serial.rst b/doc/api/serial.rst new file mode 100644 index 0000000000..ed34e592a4 --- /dev/null +++ b/doc/api/serial.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Serial system +============= + +.. kernel-doc:: drivers/serial/serial.c + :internal: |