OSDN Git Service

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)
commitad98b6023786647660f438ea6f8fe4e3ce923a2e
tree372ca79edc684d4d54fd0cd7e58cd7c6c7e97c03
parenta7ddcea58ae22d85d94eabfdd3de75c3742e376b
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>
Documentation/core-api/boot-time-mm.rst