]> git.baikalelectronics.ru Git - kernel.git/commit
kernel-doc/rst: add support for &union foo and &typedef foo references
authorJani Nikula <jani.nikula@intel.com>
Thu, 26 May 2016 10:57:18 +0000 (13:57 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 30 May 2016 10:38:57 +0000 (13:38 +0300)
commit28e2582b044b196b66fc15eceea786f6bc92f646
treec30c5c37460b2be913f867de706df825528fcb1e
parent10b0f0411d88e2b59431c7b24039b357893a0a12
kernel-doc/rst: add support for &union foo and &typedef foo references

Let the user use "&union foo" and "&typedef foo" to reference foo. The
difference to using "union &foo", "typedef &foo", or just "&foo" (which
are valid too) is that "union" and "typedef" become part of the link
text.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
scripts/kernel-doc