No description
Find a file
Jonathan Corbet a27bfcab5c genalloc: Fix an incorrect kerneldoc comment
The kerneldoc comment for the genpool_algo_t typedef was incomplete and
incorrectly formatted, leading to a raft of warnings during the docs build.
Fix it appropriately.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2017-08-31 09:47:22 -06:00
arch
block
certs
crypto
Documentation doc: Add documentation for the genalloc subsystem 2017-08-30 16:49:04 -06:00
drivers
firmware
fs
include genalloc: Fix an incorrect kerneldoc comment 2017-08-31 09:47:22 -06:00
init
ipc
kernel
lib assoc_array: fix path to assoc_array documentation 2017-08-30 16:40:11 -06:00
mm
net
samples
scripts kernel-doc parser mishandles declarations split into lines 2017-08-30 16:18:16 -06:00
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile docs: Makefile: remove no-ops targets 2017-07-23 15:50:48 -06:00
README

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

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.