From: Tom Saeger Date: Thu, 12 Oct 2017 20:23:42 +0000 (-0500) Subject: Documentation: fix ref to sphinx/kerneldoc.py X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f66d9066c09fd65ed6fb418a422b17dcf9bdcd94;p=linux.git Documentation: fix ref to sphinx/kerneldoc.py Signed-off-by: Tom Saeger Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst index b24854b5d6beb..0268335414ce3 100644 --- a/Documentation/doc-guide/kernel-doc.rst +++ b/Documentation/doc-guide/kernel-doc.rst @@ -65,7 +65,7 @@ Without options, the kernel-doc directive includes all documentation comments from the source file. The kernel-doc extension is included in the kernel source tree, at -``Documentation/sphinx/kernel-doc.py``. Internally, it uses the +``Documentation/sphinx/kerneldoc.py``. Internally, it uses the ``scripts/kernel-doc`` script to extract the documentation comments from the source.