[PATCH 0/1] man pages: Add a SEE ALSO pointing to Kernel source

Mauro Carvalho Chehab posted 1 patch 4 hours ago
scripts/lib/kdoc/kdoc_item.py   | 3 ++-
scripts/lib/kdoc/kdoc_output.py | 3 ++-
scripts/lib/kdoc/kdoc_parser.py | 8 +++++---
3 files changed, 9 insertions(+), 5 deletions(-)
[PATCH 0/1] man pages: Add a SEE ALSO pointing to Kernel source
Posted by Mauro Carvalho Chehab 4 hours ago
It is interesting to point to what Kernel file contains documented
item at kernel-doc man pages.

Mauro Carvalho Chehab (1):
  kernel-doc: output source file name at SEE ALSO

 scripts/lib/kdoc/kdoc_item.py   | 3 ++-
 scripts/lib/kdoc/kdoc_output.py | 3 ++-
 scripts/lib/kdoc/kdoc_parser.py | 8 +++++---
 3 files changed, 9 insertions(+), 5 deletions(-)

-- 
2.51.0
Re: [PATCH 0/1] man pages: Add a SEE ALSO pointing to Kernel source
Posted by Jonathan Corbet 4 hours ago
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> writes:

> It is interesting to point to what Kernel file contains documented
> item at kernel-doc man pages.
>
> Mauro Carvalho Chehab (1):
>   kernel-doc: output source file name at SEE ALSO
>
>  scripts/lib/kdoc/kdoc_item.py   | 3 ++-
>  scripts/lib/kdoc/kdoc_output.py | 3 ++-
>  scripts/lib/kdoc/kdoc_parser.py | 8 +++++---
>  3 files changed, 9 insertions(+), 5 deletions(-)

Applied (to build-script), thanks.

jon