]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb6549ddabd6f8afc765e016dfd68346abd8e8616
tree372ca79edc684d4d54fd0cd7e58cd7c6c7e97c03
parent819d6132b78748efd184fbce9a2c61731da3364f
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