No description
Find a file
Mike Rapoport ad98b60237 docs/boot-time-mm: fix kernel-doc directive for including all but DOC:
There were several rounds of the patches that enabled "functions" directive
with no parameters in kerneldoc.py to allow including all the kernel-doc
comments except the DOC: sections.

Yet, the boot-time-mm.rst sneaked in with the older version of that
directive and was not updated. Update it now.

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2018-09-11 11:57:08 -06:00
arch
block
certs
crypto
Documentation docs/boot-time-mm: fix kernel-doc directive for including all but DOC: 2018-09-11 11:57:08 -06:00
drivers FireWire: clean up core-transaction.c kernel-doc 2018-09-06 09:41:09 -06:00
firmware
fs
include FireWire: clean up firewire-cdev.h kernel-doc 2018-09-06 09:40:59 -06:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts Drop all 00-INDEX files from Documentation/ 2018-09-09 15:08:58 -06:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add i2c to the excludes for Documentation 2018-09-09 14:47:46 -06:00
Makefile Linux 4.19-rc1 2018-08-26 14:11:59 -07:00
README Drop all 00-INDEX files from Documentation/ 2018-09-09 15:08:58 -06:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.