Commit ad98b602 authored by Mike Rapoport's avatar Mike Rapoport Committed by Jonathan Corbet

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: default avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent a7ddcea5
...@@ -76,7 +76,7 @@ These interfaces available only with bootmem, i.e when ``CONFIG_NO_BOOTMEM=n`` ...@@ -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:: include/linux/bootmem.h
.. kernel-doc:: mm/bootmem.c .. kernel-doc:: mm/bootmem.c
:nodocs: :functions:
Memblock specific API Memblock specific API
--------------------- ---------------------
...@@ -89,4 +89,4 @@ really happens under the hood. ...@@ -89,4 +89,4 @@ really happens under the hood.
.. kernel-doc:: include/linux/memblock.h .. kernel-doc:: include/linux/memblock.h
.. kernel-doc:: mm/memblock.c .. kernel-doc:: mm/memblock.c
:nodocs: :functions:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment