]> git.baikalelectronics.ru Git - kernel.git/commitdiff
docs/boot-time-mm: fix kernel-doc directive for including all but DOC:
authorMike Rapoport <rppt@linux.vnet.ibm.com>
Tue, 11 Sep 2018 16:24:11 +0000 (19:24 +0300)
committerJonathan Corbet <corbet@lwn.net>
Tue, 11 Sep 2018 17:57:08 +0000 (11:57 -0600)
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>
Documentation/core-api/boot-time-mm.rst

index 03cb1643f46f53343363643ae1659061b5cb6b8d..6e12e89a03e0764e812269c7a4efdcfd7295c69e 100644 (file)
@@ -76,7 +76,7 @@ These interfaces available only with bootmem, i.e when ``CONFIG_NO_BOOTMEM=n``
 
 .. kernel-doc:: include/linux/bootmem.h
 .. kernel-doc:: mm/bootmem.c
-   :nodocs:
+   :functions:
 
 Memblock specific API
 ---------------------
@@ -89,4 +89,4 @@ really happens under the hood.
 
 .. kernel-doc:: include/linux/memblock.h
 .. kernel-doc:: mm/memblock.c
-   :nodocs:
+   :functions: