Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: parse-headers: Fix script name and stale Makefile reference
@ 2026-09-05  2:58 Karl Mehltretter
  2026-09-05  3:54 ` Randy Dunlap
  2026-09-07 16:02 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Karl Mehltretter @ 2026-09-05  2:58 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Karl Mehltretter, Shuah Khan, Randy Dunlap, Mauro Carvalho Chehab,
	Dongliang Mu, linux-doc, linux-kernel

The script is tools/docs/parse-headers.py, not parse_headers.py, and its
FILE_RULES argument is optional. Commit 8a298579cdfc ("scripts:
sphinx-build-wrapper: get rid of uapi/media Makefile") removed the
Makefile the text points to as an example; the cross-references are now
generated by the kernel-include directive, so point to a file that uses
it.

Fixes: d69a03a97a2d ("docs: doc-guide: parse-headers.rst update its documentation")
Fixes: 8a298579cdfc ("scripts: sphinx-build-wrapper: get rid of uapi/media Makefile")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
 Documentation/doc-guide/parse-headers.rst | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/Documentation/doc-guide/parse-headers.rst b/Documentation/doc-guide/parse-headers.rst
index a7bb01ff04eb..eb36c92e9a06 100644
--- a/Documentation/doc-guide/parse-headers.rst
+++ b/Documentation/doc-guide/parse-headers.rst
@@ -8,26 +8,27 @@ between the code and the documentation. Adding cross-references for
 userspace API files has an additional advantage: Sphinx will generate warnings
 if a symbol is not found at the documentation. That helps to keep the
 uAPI documentation in sync with the Kernel changes.
-The :ref:`parse_headers.py <parse_headers>` provides a way to generate such
-cross-references. It has to be called via Makefile, while building the
-documentation. Please see ``Documentation/userspace-api/media/Makefile`` for an example
-about how to use it inside the Kernel tree.
+The :ref:`parse-headers.py <parse_headers>` provides a way to generate such
+cross-references. During the documentation build, the same parser is used by
+the ``kernel-include`` directive with the ``:generate-cross-refs:`` option.
+Please see ``Documentation/userspace-api/media/cec/cec-header.rst`` for an
+example about how to use it inside the Kernel tree.
 
 .. _parse_headers:
 
-tools/docs/parse_headers.py
+tools/docs/parse-headers.py
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 NAME
 ****
 
-parse_headers.py - parse a C file, in order to identify functions, structs,
+parse-headers.py - parse a C file, in order to identify functions, structs,
 enums and defines and create cross-references to a Sphinx book.
 
 USAGE
 *****
 
-parse-headers.py [-h] [-d] [-t] ``FILE_IN`` ``FILE_OUT`` ``FILE_RULES``
+parse-headers.py [-h] [-d] [-t] ``FILE_IN`` ``FILE_OUT`` [``FILE_RULES``]
 
 SYNOPSIS
 ********
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: parse-headers: Fix script name and stale Makefile reference
  2026-09-05  2:58 [PATCH] docs: parse-headers: Fix script name and stale Makefile reference Karl Mehltretter
@ 2026-09-05  3:54 ` Randy Dunlap
  2026-09-07 16:02 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-09-05  3:54 UTC (permalink / raw)
  To: Karl Mehltretter, Jonathan Corbet
  Cc: Shuah Khan, Mauro Carvalho Chehab, Dongliang Mu, linux-doc,
	linux-kernel



On 9/4/26 7:58 PM, Karl Mehltretter wrote:
> The script is tools/docs/parse-headers.py, not parse_headers.py, and its
> FILE_RULES argument is optional. Commit 8a298579cdfc ("scripts:
> sphinx-build-wrapper: get rid of uapi/media Makefile") removed the
> Makefile the text points to as an example; the cross-references are now
> generated by the kernel-include directive, so point to a file that uses
> it.
> 
> Fixes: d69a03a97a2d ("docs: doc-guide: parse-headers.rst update its documentation")
> Fixes: 8a298579cdfc ("scripts: sphinx-build-wrapper: get rid of uapi/media Makefile")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

I would like to see documentation for kernel-include added to
Documentation/doc-guide/kernel-doc.rst or doc-guide/parse-headers.rst.
I'm surprised that it's there already.

Thanks.

> ---
>  Documentation/doc-guide/parse-headers.rst | 15 ++++++++-------
>  1 file changed, 8 insertions(+), 7 deletions(-)
> 
> diff --git a/Documentation/doc-guide/parse-headers.rst b/Documentation/doc-guide/parse-headers.rst
> index a7bb01ff04eb..eb36c92e9a06 100644
> --- a/Documentation/doc-guide/parse-headers.rst
> +++ b/Documentation/doc-guide/parse-headers.rst
> @@ -8,26 +8,27 @@ between the code and the documentation. Adding cross-references for
>  userspace API files has an additional advantage: Sphinx will generate warnings
>  if a symbol is not found at the documentation. That helps to keep the
>  uAPI documentation in sync with the Kernel changes.
> -The :ref:`parse_headers.py <parse_headers>` provides a way to generate such
> -cross-references. It has to be called via Makefile, while building the
> -documentation. Please see ``Documentation/userspace-api/media/Makefile`` for an example
> -about how to use it inside the Kernel tree.
> +The :ref:`parse-headers.py <parse_headers>` provides a way to generate such
> +cross-references. During the documentation build, the same parser is used by
> +the ``kernel-include`` directive with the ``:generate-cross-refs:`` option.
> +Please see ``Documentation/userspace-api/media/cec/cec-header.rst`` for an
> +example about how to use it inside the Kernel tree.
>  
>  .. _parse_headers:
>  
> -tools/docs/parse_headers.py
> +tools/docs/parse-headers.py
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
>  
>  NAME
>  ****
>  
> -parse_headers.py - parse a C file, in order to identify functions, structs,
> +parse-headers.py - parse a C file, in order to identify functions, structs,
>  enums and defines and create cross-references to a Sphinx book.
>  
>  USAGE
>  *****
>  
> -parse-headers.py [-h] [-d] [-t] ``FILE_IN`` ``FILE_OUT`` ``FILE_RULES``
> +parse-headers.py [-h] [-d] [-t] ``FILE_IN`` ``FILE_OUT`` [``FILE_RULES``]
>  
>  SYNOPSIS
>  ********

-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: parse-headers: Fix script name and stale Makefile reference
  2026-09-05  2:58 [PATCH] docs: parse-headers: Fix script name and stale Makefile reference Karl Mehltretter
  2026-09-05  3:54 ` Randy Dunlap
@ 2026-09-07 16:02 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2026-09-07 16:02 UTC (permalink / raw)
  To: Karl Mehltretter
  Cc: Karl Mehltretter, Shuah Khan, Randy Dunlap, Mauro Carvalho Chehab,
	Dongliang Mu, linux-doc, linux-kernel

Karl Mehltretter <kmehltretter@gmail.com> writes:

> The script is tools/docs/parse-headers.py, not parse_headers.py, and its
> FILE_RULES argument is optional. Commit 8a298579cdfc ("scripts:
> sphinx-build-wrapper: get rid of uapi/media Makefile") removed the
> Makefile the text points to as an example; the cross-references are now
> generated by the kernel-include directive, so point to a file that uses
> it.
>
> Fixes: d69a03a97a2d ("docs: doc-guide: parse-headers.rst update its documentation")
> Fixes: 8a298579cdfc ("scripts: sphinx-build-wrapper: get rid of uapi/media Makefile")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
> ---
>  Documentation/doc-guide/parse-headers.rst | 15 ++++++++-------
>  1 file changed, 8 insertions(+), 7 deletions(-)

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-07 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-05  2:58 [PATCH] docs: parse-headers: Fix script name and stale Makefile reference Karl Mehltretter
2026-09-05  3:54 ` Randy Dunlap
2026-09-07 16:02 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox