linux/scripts/lib/kdoc
Mauro Carvalho Chehab c3597ab27b scripts/kernel-doc.py: fix line number output
With the Pyhton version, the actual output happens after parsing,
from records stored at self.entries.

Ensure that line numbers will be properly stored there and
that they'll produce the desired results at the ReST output.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/5182a531d14b5fe9e1fc5da5f9dae05d66852a60.1744106242.git.mchehab+huawei@kernel.org
2025-04-09 12:10:33 -06:00
..
kdoc_files.py scripts/kernel-doc.py: implement support for -no-doc-sections 2025-04-09 12:10:33 -06:00
kdoc_output.py scripts/kernel-doc.py: fix line number output 2025-04-09 12:10:33 -06:00
kdoc_parser.py scripts/kernel-doc.py: fix line number output 2025-04-09 12:10:33 -06:00
kdoc_re.py