diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-09-11 18:24:11 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-09-11 19:57:08 +0200 |
commit | ad98b6023786647660f438ea6f8fe4e3ce923a2e (patch) | |
tree | 372ca79edc684d4d54fd0cd7e58cd7c6c7e97c03 /Documentation/core-api | |
parent | Drop all 00-INDEX files from Documentation/ (diff) | |
download | linux-ad98b6023786647660f438ea6f8fe4e3ce923a2e.tar.xz linux-ad98b6023786647660f438ea6f8fe4e3ce923a2e.zip |
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>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/boot-time-mm.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/core-api/boot-time-mm.rst b/Documentation/core-api/boot-time-mm.rst index 03cb1643f46f..6e12e89a03e0 100644 --- a/Documentation/core-api/boot-time-mm.rst +++ b/Documentation/core-api/boot-time-mm.rst @@ -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: |