Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: sphinx: kerneldoc: use kernel-doc.py script

Switch to the new version when producing documentation.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/a81d8db099d9cef5161deaef40ac9056bf9802a3.1744106242.git.mchehab+huawei@kernel.org

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
feec6107 01c43355

+2 -2
+1 -1
Documentation/Makefile
··· 60 60 # Internal variables. 61 61 PAPEROPT_a4 = -D latex_paper_size=a4 62 62 PAPEROPT_letter = -D latex_paper_size=letter 63 - KERNELDOC = $(srctree)/scripts/kernel-doc 63 + KERNELDOC = $(srctree)/scripts/kernel-doc.py 64 64 KERNELDOC_CONF = -D kerneldoc_srctree=$(srctree) -D kerneldoc_bin=$(KERNELDOC) 65 65 ALLSPHINXOPTS = $(KERNELDOC_CONF) $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) 66 66 ifneq ($(wildcard $(srctree)/.config),)
+1 -1
Documentation/conf.py
··· 540 540 # kernel-doc extension configuration for running Sphinx directly (e.g. by Read 541 541 # the Docs). In a normal build, these are supplied from the Makefile via command 542 542 # line arguments. 543 - kerneldoc_bin = '../scripts/kernel-doc' 543 + kerneldoc_bin = '../scripts/kernel-doc.py' 544 544 kerneldoc_srctree = '..' 545 545 546 546 # ------------------------------------------------------------------------------