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)
commit47ae7aed34ee9017e9eeb2ad066786239456a90f
treec30c5c37460b2be913f867de706df825528fcb1e
parenta7291e7e03f8b45a4b028a410063dc94f9bff8c0
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
This page took 0.024151 seconds and 5 git commands to generate.