3f19fed8d0
We now have all the kernel-doc comments in the code ready. So add a couple of documents dragging those into generated docs from Documentation/. There is only some sugar text around included kernel-docs here. It's a complete chapter, to be extended later as desired. This is a solid cornerstone for the time being, I believe. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20211126081611.11001-24-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
23 lines
368 B
ReStructuredText
23 lines
368 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
=====
|
|
N_TTY
|
|
=====
|
|
|
|
.. contents:: :local:
|
|
|
|
The default (and fallback) :doc:`TTY line discipline <tty_ldisc>`. It tries to
|
|
handle characters as per POSIX.
|
|
|
|
External Functions
|
|
==================
|
|
|
|
.. kernel-doc:: drivers/tty/n_tty.c
|
|
:export:
|
|
|
|
Internal Functions
|
|
==================
|
|
|
|
.. kernel-doc:: drivers/tty/n_tty.c
|
|
:internal:
|