]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - scripts/kernel-doc-xml-ref
scripts/kernel-doc: Adding cross-reference links to html documentation.
authorDanilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
Tue, 28 Jul 2015 19:45:15 +0000 (16:45 -0300)
committerJonathan Corbet <corbet@lwn.net>
Mon, 17 Aug 2015 04:11:16 +0000 (22:11 -0600)
commit5699f871d2d51ce40012501378670613d4d49214
treeb35b519696abf5a24c3ee4de623e0851607103c5
parent9ed71e7ad95eb9885420e8d33f33bd4d49e1b775
scripts/kernel-doc: Adding cross-reference links to html documentation.

Functions, Structs and Parameters definitions on kernel documentation
are pure cosmetic, it only highlights the element.

To ease the navigation in the documentation we should use <links> inside
those tags so readers can easily jump between methods directly.

This was discussed in 2014[1] and is implemented by getting a list
of <refentries> from the DocBook XML to generate a database. Then it looks
for <function>,<structnames> and <paramdef> tags that matches the ones in
the database. As it only links existent references, no broken links are
added.

[1] - lists.freedesktop.org/archives/dri-devel/2014-August/065404.html

Signed-off-by: Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Stephan Mueller <smueller@chronox.de>
Cc: Michal Marek <mmarek@suse.cz>
Cc: intel-gfx <intel-gfx@lists.freedesktop.org>
Cc: dri-devel <dri-devel@lists.freedesktop.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/DocBook/Makefile
scripts/kernel-doc-xml-ref [new file with mode: 0755]