Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mike Rapoport and committed by
Jonathan Corbet
ad98b602 a7ddcea5

+2 -2
+2 -2
Documentation/core-api/boot-time-mm.rst
··· 76 76 77 77 .. kernel-doc:: include/linux/bootmem.h 78 78 .. kernel-doc:: mm/bootmem.c 79 - :nodocs: 79 + :functions: 80 80 81 81 Memblock specific API 82 82 --------------------- ··· 89 89 90 90 .. kernel-doc:: include/linux/memblock.h 91 91 .. kernel-doc:: mm/memblock.c 92 - :nodocs: 92 + :functions: